Report to multiple Excel Worksheets

Hi,
I have a report that has data from many data groups. Is it possible for me, using XML Publisher, to convert the groups of data into different worksheets within the same excel spreadsheet.
Currently, I have all four groups of data (or sets of data) displayed one after the other in one spreadsheet using the RTF template. Our users want the data to be displayed in different worksheets within an Excel file. Is it doable?
I am using version 5.6.3 of XML Publisher and 11.5.10.2 version of Oracle Apps.
Thanks in advance.
Regards,
Venkat

This is just a thought, as I am no Excel guru. Once the data is in one worksheet, you should be able to use Excel macros to split the data up and move it around (as long as the number of rows doesn't change).

Similar Messages

  • Uploading multiple EXCEL Worksheets to SAP

    hello everyone.
    i am new to SAP, and i wanted to create a program that would read multiple excel worksheets and appened the values of the file to an internal table.
    can somebody help me with this?
    here's what i wanted to do exactly:
    excel tab:
    worksheet 1:
    pernr  |  begda | endda |
    worksheet 2:
    pernr  |  begda | endda |  address line 1 | address line 2 | phone number
    worksheet 3:
    pernr  |  begda | endda |  Annual salary |
    i wanted those data to be in the following internal tables:
    for worksheet 1: >>>> i_pa0002.
    for worksheet 2: >>>> i_pa0006.
    for worksheet 3: >>>> i_pa0008.
    thanks a lot for future replies.
    Mark

    hi,
    you can use  fm
    ALSM_EXCEL_TO_INTERNAL_TABLE
    call function 'ALSM_EXCEL_TO_INTERNAL_TABLE'
      exporting
        filename                      = 'File Path\File name.xlsx'
        i_begin_col                   = 'A'
        i_begin_row                   = 1
        i_end_col                     = 'E'
        i_end_row                     = 3
      tables
        intern                        = itab
    EXCEPTIONS
      INCONSISTENT_PARAMETERS       = 1
      UPLOAD_OLE                    = 2
      OTHERS                        = 3
    if sy-subrc  0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    thanks

  • Sending report output to Excel worksheet- Why all labels R put in one line?

    We need to export data from Oracle database to MS Excel work sheet. We developed a report and put all required things in the report. Set DESFORMAT and DESNAME parameters accordingly. Every thing works fine. But all the labels at the start of report are put in one line when we open output file in Excel worksheet. That is report heading, sub heading and column headings are all put in one line. Rest of the data is fine.
    To make excel worksheet more readable, we need to show these lines as these appear in layout and Line Previewer.
    Pl. help.

    Thanks Siva,
    Yes I am setting destination format to DELIMITED. But I do NOT want to suppress headers. In fact I do want headers in proper manner. The reason is that a no of files are produced by the same report for different columns as per user option in parameter form. So I want to put headers at the top of Excel file so that later on, at the time of using file for graphs in excel, user is able to properly recognize what the file contains. So I do want headers in manner in which they appear in Live Previewer and printed report.
    Waiting for reply from U and support group.
    M. Tariq

  • Creating multiple Excel worksheet

    Gurus,
    I am downloading data into Excel from my web page by using the following:
    Response.setContentType("application/vnd.ms-excel");
    HtmlWriter out = aResponse.getWriter();
    out.print(
    I am able to view all the data in one Excel worksheet. Does anyone know of a way to create multiple worksheets?
    Thanks in advance for your help.

    Look at POI at http://jakarta.apache.org/poi/ for an open source library to write Excel with Java.
    If you just want to produce a one-off, you can save an Excel workbook as XML and look at that to see how the sheets are produced in XML.
    There are also commercial products like Formula One that provide support for reading and writing directly to/from Excel from Java.

  • ABAP Internal Tables to Multiple Excel Worksheets in One Workbook

    I have an ABAP List report that shows data from two dozen internal tables.  Each internal table has different fields, formats, column headers, etc.
    I need to allow the user to export this data into one Excel file.  The file should contain multiple worksheets (each on a separate tab), but it should only be one XLS file.  Each worksheet is formatted differently. 
    I just coded it with the OLE Automation commands.  It runs too SLOW.... way way too slow.  Is there another technique to use that runs faster?  Examples?
    Thanks in advance!

    I should add...
    the slow part of this process is setting the value of each cell.
      SET PROPERTY OF gh_cell 'Value' = p_lv_value
    I am looking into function modules XXL_SIMPLE_API and XXL_FULL_API.  They appear to work faster, but they only create a single worksheet.
    Maybe it would be fastest to use the XXL modules to create multiple spreadsheet files and then use the OLE commands to merge them into a single workbook file?

  • XML Report for multiple excel sheets

    Hi,
    I am trying to build an XML report in Oracle Apps 11.5.10.2 for output in excel with multiple sheets. Can anyone help me how to achieve this ?
    Thanks,
    Dinesh.

    Hi,
    Just check these links and might be use full.
    I have achieved by following this link
    Generating Multiple Sheet Excel Output using XML Publisher
    https://blogs.oracle.com/xmlpublisher/entry/multisheet_excel_output
    Thanks & Regards
    srikkanth

  • Accessing same data in Multiple Excel Worksheets

    I am trying to create a summary page based on data that is on subsequent worksheets via the Excel template in Bi Publisher 11g.
    I wanted to know if there is a way to reference a Group. So if I had a Department (G_D) and a Employees (G_E) groups in the data model and then I wanted to reference G_D on both sheet 1 and Sheet 2 in the spreadsheet how would I do it.
    I created the equivalent in the XDO_METADATa Sheet:
    XDO_GROUP_?G_D1? <?(.//G_D)?>
    XDO_?G_DNO1? <?(.//DEPTNO)?>
    and the Template viewer ran but did not print out any departments. When I remove the XDO_GROUP_?G_D1? it prints out all of the departments in one row, rather than in columns as I would like.

    Again, as I got no help from the forum, I resolved this by changing the data model within BI Publisher and created another query for the summary data and then referenced this on the other page.
    Will leave thread open for a few days in case someone has a better way of doing it.
    I wanted to reference the existing data because:
    a) it is already there, why should I have to run another query
    b) I am guaranteed to get the same results and won't have any rounding type issues when aggregating the individual values.

  • Exporting Reports to multiple excel sheets

    Hello experts,
    Our client has a requirement = There are four reports on one dashboard. the client wants export to excel links for each report.
    He also wants one separate export button. and when a user clicks this button, all the four reports should be exported to excel with each report on separate sheet(tab).
    Is it possible?
    Thanks in Advance..

    Hi,
    Yes its possible,Edit dashboard Go to Report->Properties->Report links and enable download.
    Check this to download whole page - Re: Can you print entire dashboard into excel
    You may face this issue when downloaded to excel - Re: DownLoad Report to Excel
    Regards,
    Srikanth

  • Crystal Report:Export to Excel in multiple sheets

    Hi Members,
    Does any one know how to export Crystal Report to Excel in multiple sheets in the same Excel workbook.
    Suppose I have report grouped by Designation as Managers,Tech Leads,Team Leads,Senior Developers etc. Now I want to export to Excel in multiple sheets as Sheet1-Managers,Sheet2-Tech Leads,-Sheet3-Team Leads,Sheet4-Senior Developers etc.
    Is there any possibility in Crystal Report event or CrystReportViewer?
    If not then is then workaround to achieve this feature without using Excel COM object.
    Thanks & Regards
    Nitin

    Don't forget to search for your answer before posting:
    [KBase|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_ossnotes&query=&adv=true]
    [Articles|https://www.sdn.sap.com/irj/sdn/businessobjects-articles]
    These forums.
    Also, see the search box at the top right of this page. It searches articles, notes, forums, wikis and blogs in one shot. A quick search for; excel export worksheet crystal, came up with the following:
    [1260151 - CR XI R2 Export to multiple Excel worksheets|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]
    [1216567 - Is it possible to export one report to multiple Excel worksheets?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]
    Also, remember that if you can not do "it" in the CR designer, you more than likely can not do it at runtime.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Export to Multiple Excel Sheets

    I would like to be able to export a report (or analysis) to multiple excel sheets.
    I have 2 options, 'Answers' and 'BI Publisher'. Ideally I would like to use answers, but will use Publisher if necessary.
    Is there an easy way to export reports to multiple excel sheets?

    Hi jitapong,
    When a Web Intelligence document is exported to a Microsoft Excel Workbook, the export is handled by the Web Intelligence report engine. Excel is not required to be installed on the machine to execute the export. So, regardless of whether Excel 2003 , Excel 2007, or no Excel is installed, the export is performed using the parameters built into the report engine. This export is done in the Excel 97-2003 format.
    A limitation of pre-2007 Excel is the inability to create a worksheet greater than 65,535 rows long. Excel 2007 overcomes that inability thus allowing users to create worksheets of much greater length.
    Resolution:
    Web Intelligence 3.1 versions overcome the 65,000 row limitation by exporting the document to multiple worksheets within the Excel Workbook. Each worksheet will be 65,535 rows long. For example, if a query returns 150,000 rows of data the resultant export to Microsoft Excel would produce a single workbook with 3 worksheets. 2 worksheets of 65,535 rows and 1 worksheet of 18,930 rows. This export is compatable with Excel 2003 and 2007.
    Regards,
    Chirag

  • Send Report Output to Excell?

    Hi all,
    can anyone say me, how can I send the output of Report to the Excell Worksheet?
    Regards

    Hi Leonid,
    you can try this:
    In AFTERPARAMETERFORM trigger:
    myfile TEXT_IO.FILE_TYPE;
    begin
    myfile := TEXT_IO.FOPEN(:DESNAME, 'W');
    TEXT_IO.PUT(myfile, 'first column heading');
    TEXT_IO.PUT(myfile, chr(9));
    etc...
    end;
    PROCEDURE write_xls IS -- report program unit
    myfile TEXT_IO.FILE_TYPE;
    begin
    myfile := TEXT_IO.FOPEN(:DESNAME, 'A');
    TEXT_IO.PUT(myfile, :column1);
    TEXT_IO.PUT(myfile, chr(9));
    etc...
    TEXT_IO.FCLOSE(myfile);
    end;
    In the repeating frame trigger:
    write_xls;
    RETURN (TRUE);
    Good luck,
    Monica

  • Msreport Excel Worksheet Titl

    I am using Visual Studio 2010 to generate my RDLC report file.
    I want to give each page a name so the worksheet export in excel uses the same names.
    I fount this page with an example:
    http://blogs.msdn.com/b/robertbruckner/archive/2010/05/16/report-design-naming-excel-worksheets.aspx
    But when I take a look in my property window I dont see the 'PageName' property. I see the following properties in the 'group' section:
    DateElementName
    DataelementOutput
    DocumentMapLabel
    Filters
    GroupExpressions
    Name
    PageBreak
    Parent
    Variables
    Does somebody know why i dont have that property field? I am using the 11.0 version of msreport
    Many thanks!

    Hello,
    PageName is available since SSRS 2008R2 RDL reports, see
    Using Built-in Globals and Users References (Report Builder 3.0 and SSRS); you are using
    RDLC and I don't know the Version you are using.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Multiple SmartView Reports on a Single Worksheet.

    Good day all,
    May I know if it is possible to create multiple reports using SmartView in Excel? I can create multiple reports in a single worksheet using Essbase Add-In, but I don't know how to create it using SmartView.
    I'm using Hyperion 11.1.2.1.
    Thanks in advance.

    That feature was just released in the latest patch 11.1.2.1.102 See my blog http://glennschwartzbergs-essbase-blog.blogspot.com/2011/09/smartview-enhancements.html for more details on all the cool new features in the patch

  • Report printing in excel with multiple sheets

    Hi Experts,
         I am working in Oracle Reports 10g.  I need to print the report in Excel....
    For this i have created .JSP file and now printing in Excel(Sheet1).
    My requirement is i need to print the report in multiple sheets.
    For example if i run the departments report then the generated excel file should be as below
    (Sheet1 - HR, Sheet2 - FINANCE, Sheet3 - MARKETING, etc.,)
    How can i do this?
    Thanks in Advance.

    Hi All,
       Is this possible  Report printing in excel with multiple sheets??
    Please give solution for my above post Report printing in excel with multiple sheets..
    Thanks,
    Su.gi

  • How to subscribe the report into one excel multiple sheets in ssrs

    Hi Team,
    I have a requirement where i pull my report in one excel with multiple sheets,
    1.I have a Emp_Report where i could subscribe my report into excel format,but here i want to subscribe this into multiple sheets in one excel form.
    2.Is it possible to subscribe the two reports in one excel with mulitiple sheets.i need this also.
    please guide me hw we can achive me ,so that i can start working on that .
    am using sql server 2008R2 sql server edition.
    pls help me out for this

    Hi Ychinnari,
    According to your description, you want to perform subscription for one report or two reports into multiple sheets within a Excel file.
    In Reporting Services, when we add a page break within the report, those pages will be exported into separated sheets in Excel.
    For first requirement, subscribe one report into multiple sheets in one Excel file. We can add a page break within a group, then the report will display on multiple sheets when subscribe into Excel format.
    For second requirement, subscribe one report into multiple sheets in one Excel file. You can add one report as a subreport into the main report, then add pagebreak between main report and subreport.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

Maybe you are looking for