Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Workspace IBM i
Created by Guest
Created on Dec 26, 2018

CL Command to output .xlsx Excel Spreadsheet

Create a CL command to output an .xlsx Excel spreadsheet.


Use Case:

We are currently using a third party app that outputs to Excel but it's only in .XLS format. That company is barely hanging in and no longer offers any upgrades. Our business depends on them and we would be in big trouble if they fail. Something so critical and basic should be in the OS. A simple CL would be a tremendous upgrade hailed by all. Literally every single application in our ERP system uses/needs Excel.


Idea priority Urgent
  • Guest
    Reply
    |
    Apr 16, 2020

    Running the /plugin=cldownload for ACS You can plugin most CL commands in to an SQL statement and have the output generated into a spreadsheet already today. AS ASC is now delivered via a PTF on IBM i ( shipped in the latest HTTP PTF Groups) this support is already available.

  • Guest
    Reply
    |
    Apr 23, 2019

    The CAAC has reviewed this requirement and recommends that IBM view this as a medium priority requirement that should be addressed. As new members enter the community, they are expecting languages to support a simple export to a current spreadsheet format.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community, and has therefore reviewed your RFE.

    For more information about CAAC, see www.common.org/caac

    For more details about CAAC's role with RFEs, see http://www.ibmsystemsmag.com/Blogs/i-Can/May-2017/COMMON-Americas-Advisory-Council-%28CAAC%29-and-RFEs/

    Nancy Uthke-Schmucki - CAAC Program Manager

  • Guest
    Reply
    |
    Dec 30, 2018

    Yep, I agree there are many ways to do this already, including the excellent option in ACS but what's being asked for here is something that can be used by all in a simple script and without use of RPG, SQL or third party tool.

    But I still think this is a nice idea, this could be a nice addition to the CPYTOIMPF command, offering an output option in a XML or perhaps JSON format. These export files could be consumed not only by Excel but by many others. The current CSV output on this command is very useful and makes the data easily available to third parties but it lacks the ability to encapsulate the data type information.

    I'm not saying this is a high priority thing but it's definitely a nice to have and if IBM don't do it in IBM i, then this would make a great OpenSource project for someone to publish.

    Harry if your current tool is not robust or future proof enough, my advice to you is that you should not wait for IBM to offer this functionality, there are other tools that can do this that are being actively maintained or with a little Google-Fu you could probably create your own utility.

    If you hit a brick wall feel free to reach out to me and I'll put you in touch with a few people that can help.

    Steve Bradshaw
    Technical Director of the i-UG
    (CommonUK)
    Steve.Bradshaw@RowtonIT.com

  • Guest
    Reply
    |
    Dec 27, 2018

    OK so first off I'd be a little worried about why someone who is running an ERP needs so many Excel sheets. But, be that as it may I'm against this request. There is already multiple methods available to create Excel sheets. You can use the newer data transfer in ACS to create sheets, you can use utilities in your RPG programs to create Excel sheets, or you can even export to a CSV using CPYTOIMPF. With all these options that are more robust then could be built into CL or even RPG, I would recommend that no action be taken on this request.