Publish XML payload in multiple worksheet in Excel: How can we do?

I am using BI publisher standalone version.
How can I parse a payload which has a million row to multiple worksheets of 30,000 records for example?

Check out these links:
http://livedocs.adobe.com/flex/3/html/help.html?content=CopyAndPaste_6.html
http://livedocs.adobe.com/flex/3/html/help.html?content=Working_with_Bitmaps_03.html
If this post answers your question or helps, please mark it as such.

Similar Messages

  • MULTIPLE WORKSHEETS PER EXCEL WORKBOOK USING XSLT

    Hi everybody,
    My query is on how multiple worksheets per excel file can be created using xslt programming.
    From my report program i call the xslt transformation passing an internal table. Based on the changes in the values of a particular field in the table, multiple worksheets are to be created in a single excel file.
    A snippet of the code ive generated is displayed below .But i get the error saying its unable to open the file. I need to know where exactly to place the <for-each select> and <worksheet> statements in order to successfully implement the solution. Would greatly appreciate any help offerred in this direction. Thanks
    <xsl:template match="/">
    <workbook>
    <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
          </ExcelWorkbook>
            <xsl:apply-templates />
    </Workbook>
    </xsl:template>
    <xsl:template match="asx:values">
    <xsl:for-each select="ROWS/ZWORKSHEET">
    <Worksheet ss:Name="FIRSTCOL">
      <Table ss:ExpandedColumnCount="10" x:FullColumns="1"
       x:FullRows="1" ss:DefaultColumnWidth="66" ss:DefaultRowHeight="14.25">
        <Row xmlns="urn:schemas-microsoft-com:office:spreadsheet"
             xmlns:o="urn:schemas-microsoft-com:office:office"
             xmlns:x="urn:schemas-microsoft-com:office:excel"
             xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
             xmlns:html="http://www.w3.org/TR/REC-html40">
          <Cell ss:StyleID="s23"><Data ss:Type="String">SAP Material Number</Data></Cell>
          <Cell ss:StyleID="s23"><Data ss:Type="String">CLP</Data></Cell>
        </Row>
      </Table>
      </Worksheet>
    </xsl:for-each>
    </xsl:template>
    </xsl:transform>

    If the Sales Org values are static, you shold be able to create a variant.  Don't know off what the variable name is off the top of my head, but there should be a variable delivered as part of business content that obtains the current month - look at the 0CALMONTH variables. (May be something like 0CMONTH ?)If you don't see it, maybe that variable activated yet.
    Does just one person run this workbook or are many people?
    If you schedule the query with reporting agent, you should be able to warmup (load the results)to the OLAP cache so when the user runs the querys later, they'll run very quickly, retrieving the data from the OLAP cache.  BEx Broadcaster is a good option too if the criteria for the queries are all known upfront.
    Message was edited by: Pizzaman
    Fogo to ask - are you using hierarchies in the query?  They can have a lot of perfromance impacts on the front end interms of rendering them in Excel.  There are some Front End patches that speed this up quite a bit.

  • The product I bought its not working as i expected, it doesn´t translate the exact information from pdf to excel, how can you help me or how can you return my money back....

    how can you help me

    What about adobé export PDF. ?
    Enviado desde mi iPhone
    El 07/05/2014, a las 23:00, Claudio González <[email protected]> escribió:
    The product I bought its not working as i expected, it doesn´t translate the exact information from pdf to excel, how can you help me or how can you return my money back....
    created by Claudio González in Adobe Reader - View the full discussion
    If you bought Reader, you were swindled, because it's a free program. And it has never been able of converting PDF files to any other format.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6363992#6363992
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Reader by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Export XML data into multiple worksheet of an Excel file..using FO processr

    Hi,
    I need to export XML data into Excel output, the data should flow into multiple worksheet of the Excel file.
    Let me know if this can be done using XML publisher. If yes, please provide me the steps to do the same.
    Could not able to achieve this through by the below process:
    (1)     Created a RTF (which has single excel table structure).
    (2)     Generated the XSL file using XSL-FO Style Sheet.
    (3)     Passed the XSL file and XML
    which exported the data into an Excel (single worksheet) format.
    Please let me know, how this can be exported into multiple worksheets.
    Thanks & Regards,
    Dhamodaran VJ.

    Hi Dhamodaran ,
    pass me the template you created and XML. "Created a RTF (which has single excel table structure)."
    Let me have a look at it,
    For ID, look at profile.

  • Upload data from multiple worksheets of excel file into SAP by using MIME?

    Hi all,
    I'm trying to getting the data from a multiple worksheet excel file by usin the MIME Repository.
    First of all i realizied it like [here|http://abap-explorer.blogspot.com/2008/12/upload-data-from-multiple-worksheets-of.html] in a normal ABAP Report.
    By trying to transfer the code to a WebDynpro Component, i get problems.
    With this part of code, because ActiveX is not allowed in our Webbrowser. So i have to find another solution to get the data from the excel file.
    CALL METHOD c_oi_container_control_creator=>get_container_control
    IMPORTING
    control = iref_control
    error   = iref_error
    I tried to rebuild this solution in webdynpro. But it dont works.
    So my next step was trying to Read the Excel sheet directly from MIME by getting the Content (XString).
    But there is no useful information Just a mix out of '######' and other symbols.
    By converting it into String the same problem.
    Maybe someone has an idea how to rebuild [this code|http://abap-explorer.blogspot.com/2008/12/upload-data-from-multiple-worksheets-of.html] in Webdynpro that it works correctly.
    Currently Im Using the Fileupload UI Element. All Works fine. I can Upload the Excel file to MIME Repository and i can open it from there.
    But i cant get the same clear informationen from the file, to write it later in a Database, like before without webdynpro.
    i hope someone can help me.
    Edited by: Sascha Baumann on Apr 20, 2009 4:28 PM

    You can't read the native binary Excel Format in server side ABAP.  The functions and classes that did this in Classic Dynpro used OLE Automation via the SAPGUI Control Framework to remotely control Excel to read the data.  Because in the browser you have no connection to the SAPGUI or are sandboxed inside the browser; the same functionality is not possible. 
    I would suggest that you look into saving the Excel file as a open, text format.  You might be able to use XML (although the Excel XML format can be complex) to support multiple sheets. You would have to build the logic yourself (using XSLT or the iXML parser) to process the XML format back into ABAP data.

  • Extract program to extract data from SAP into multiple worksheets of excel

    Hi , I am currently facing an issue.
    Extracting the data during data extraction, conversion into an excel and also into multiple worksheets withing a excel file.
    What is the function which can help me. Also how do you give refernce to multiple worksheets to be created withing a excel file (which is the destination)
    Any sample program extracting data from SAP tables into a excel with multiple worksheet will be of immense help
    Please respond. Appreciate it.
    Rgds
    Madhu

    Hi Madhu,
    Here is the program for creating the excel file and creating the multiple worksheets.
    *& Report  ZEXCEL_UPLOAD2
    REPORT  ZEXCEL_UPLOAD2.
    INCLUDE ole2incl.
    DATA: application TYPE ole2_object,
           workbook TYPE ole2_object,
           sheet TYPE ole2_object,
           cells TYPE ole2_object.
    CONSTANTS: row_max TYPE i VALUE 256.
    DATA index TYPE i.
    DATA: BEGIN OF itab1 OCCURS 0, first_name(10), END OF itab1.
    DATA: BEGIN OF itab2 OCCURS 0, last_name(10), END OF itab2.
    DATA: BEGIN OF itab3 OCCURS 0, formula(50), END OF itab3.
    *START-OF-SELECTION
    START-OF-SELECTION.
      APPEND: 'Peter' TO itab1, 'Ivanov' TO itab2,
                                  '=Sheet1!A1 & " " & Sheet2!A1' TO itab3,
                'John' TO itab1, 'Smith' TO itab2,
                                  '=Sheet1!A2 & " " & Sheet2!A2' TO itab3.
      CREATE OBJECT application 'excel.application'.
      SET PROPERTY OF application 'visible' = 0.
      CALL METHOD OF application 'Workbooks' = workbook.
      CALL METHOD OF workbook 'Add'.
    Create first Excel Sheet
      CALL METHOD OF application 'Worksheets' = sheet
                                   EXPORTING #1 = 1.
      CALL METHOD OF sheet 'Activate'.
      SET PROPERTY OF sheet 'Name' = 'Sheet1'.
      LOOP AT itab1.
        index = row_max * ( sy-tabix - 1 ) + 1. " 1 - column name
        CALL METHOD OF sheet 'Cells' = cells EXPORTING #1 = index.
        SET PROPERTY OF cells 'Value' = itab1-first_name.
      ENDLOOP.
    Create second Excel sheet
      CALL METHOD OF application 'Worksheets' = sheet
                                   EXPORTING #1 = 2.
      SET PROPERTY OF sheet 'Name' = 'Sheet2'.
      CALL METHOD OF sheet 'Activate'.
      LOOP AT itab2.
        index = row_max * ( sy-tabix - 1 ) + 1. " 1 - column name
        CALL METHOD OF sheet 'Cells' = cells EXPORTING #1 = index.
        SET PROPERTY OF cells 'Value' = itab2-last_name.
      ENDLOOP.
    Create third Excel sheet
      CALL METHOD OF application 'Worksheets' = sheet
                                   EXPORTING #1 = 3.
      SET PROPERTY OF sheet 'Name' = 'Sheet3'.
      CALL METHOD OF sheet 'Activate'.
      LOOP AT itab3.
        index = row_max * ( sy-tabix - 1 ) + 1. " 1 - column name
        CALL METHOD OF sheet 'Cells' = cells EXPORTING #1 = index.
        SET PROPERTY OF cells 'Formula' = itab3-formula.
        SET PROPERTY OF cells 'Value' = itab3-formula.
      ENDLOOP.
    Save excel speadsheet to particular filename
      CALL METHOD OF sheet 'SaveAs'
                      EXPORTING #1 = 'c:\temp\exceldoc1.xls'     "filename
                                #2 = 1.                          "fileFormat
    Closes excel window, data is lost if not saved
    SET PROPERTY OF application 'visible' = 0.
    **Quick guide to some of the OLE statements for OLE processing in this program as well as a few other ones.
    Save Excel speadsheet to particular filename
    CALL METHOD OF sheet 'SaveAs'
                    EXPORTING #1 = 'C:\Users\dprasad\Desktop\excel_sheet.xls'     "filename
                              #2 = 1.                          "fileFormat
    Save Excel document
    CALL METHOD OF sheet 'SAVE'.
    Quits out of Excel document
    CALL METHOD OF sheet 'QUIT'.
    Closes visible Excel window, data is lost if not saved
    SET PROPERTY OF application 'visible' = 0.

  • When copying (importing) a CD with multiple artists to itunes, how can I get all of the tracks to be on one album?

    Wen copying (importing) a CD into itunes that has multiple artists or duets with a primary artist, how can I get the tracks to all appear on one album?

    Generally all you need to do is fill in an appropriate Album Artist. For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    tt2

  • Multiple where lexcial parameters (how can i handle this situation?)

    hi, I am new to reports can someone help me to solve my problem how can i use multiple lexical parameters for WHERE clause, i am using sample OE (Order Entry) schema
    User Parameters
    EID_FROM
    EID_TO
    EID_WHERE_CLAUSE
    SAL_FROM
    SAL_TO
    SAL_WHERE_CLAUSE
    QUERY
    select EMPLOYEE_ID,FIRST_NAME,LAST_NAME,HIRE_DATE,SALARY,MANAGER_ID,DEPARTMENT_ID
    from employees
    &EID_WHERE_CLAUSE &Sal_where_clause
    AFTER PARAMETER FROM
    function AfterPForm return boolean is
    begin
    if :EID_FROM is NULL or :EID_TO is NULL
         then :EID_WHERE_CLAUSE := 'WHERE 1=1';
    ELSE
         :EID_WHERE_CLAUSE := 'WHERE EMPLOYEE_ID BETWEEN '||:EID_FROM||' AND '||:EID_TO;
    END IF;     
    if :SAL_FROM is Null or :sal_to is Null
         then :SAL_WHERE_CLAUSE := 'WHERE 1=1';
    ELSE
         :SAL_WHERE_CLAUSE :='AND SALARY BETWEEN '||:SAL_FROM||' AND '||:SAL_TO;
         END IF;
    return (TRUE);
    end;

    Thank you sir, it really helped me to solve my problem, now it looks like this and working fine, i hope now there is no logical error in my code, please suggest.
    i am really surprised by such a rapid response, i hope i will learn soon from GURUZz
    PARAMETERS_
    EID_FROM
    EID_TO
    H_DATE_FROM
    H_DATE_TO
    SAL_FROM
    SAL_TO
    L_CLAUSE
    QUERY_
    select e.employee_id, e.first_name, e.hire_date, j.job_title, d.department_name, e.salary
    from employees e, jobs j, departments d
    where e.job_id = j.job_id
    and e.department_id = d.department_id
    &L_CLAUSE
    order by e.employee_id
    AFTERPARAMETERFORM_
    function AfterPForm return boolean is
    begin
    IF :EID_FROM is NULL or :EID_TO is NULL
         THEN NULL;
    ELSE
         :L_CLAUSE := 'AND EMPLOYEE_ID BETWEEN :EID_FROM AND :EID_TO';
    END IF;
    IF :SAL_FROM is NULL OR :SAL_TO IS NULL
         THEN NULL;
    ELSE
         :L_CLAUSE := :L_CLAUSE||' AND SALARY BETWEEN :SAL_FROM AND :SAL_TO';
    END IF;
    IF :H_DATE_FROM is NULL OR :H_DATE_TO IS NULL
         THEN NULL;
    ELSE
    :L_CLAUSE := :L_CLAUSE||' AND HIRE_DATE BETWEEN ' || '''' || :H_DATE_FROM || '''' || ' and ' ||'''' || :H_DATE_TO || '''';
    END IF;
    return (TRUE);
    end;
    Edited by: M. Khurram Khurshid on Jan 4, 2012 8:44 PM

  • HT204088 I have been charge by an app for multiple times for renewal, how can i contact and ask for my money back?

    Hi i have charge by an app for multiple times for renewal, every week it with charge me for $2.95 for something i have long ago,
    I really need some help to see how can i get my money back.

    There are instructions on this page for managing and stopping auto-renewing subscriptions : http://support.apple.com/kb/HT4098
    In terms of a refund, all purchases are considered final, but you can try contacting iTunes support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • At variance with Firefox 3, Firefox 4 does not ask me to save the opened tabs when I quit on having multiple opened tabs. How can I do this in Firefox 4?

    In Firefox 3, when I happened to close the program on having multiple opened tabs, Firefox asked me if I wanted to save and remember the opened tabs, so that I could retrieve them at the next Firefox restart. Firefox 4 does not do this anymore. Is it because I have not configured it correctly somehow, or is this normal? How can I recover this function?
    Thanks in advance,
    Andrea

    One change in Firefox 4 is to by default stop Firefox displaying the warning message, but it can be turned back on by changing some preferences.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''browser.tabs.warnOnClose''', if its value is set to '''false''', double-click on it to change its value to '''true'''
    # Repeat this for these 3 preferences '''browser.warnOnQuit''', '''browser.warnOnRestart''' and '''browser.showQuitWarning'''

  • With VBA in excel, how can I copy a pdf document (page by page into different worksheets)

    I want both a page image and the text from that page on each worksheet but am struggling with the acrobat object model....

    Hello Test Screen Name,
    I am making no headway and am hoping that you can offer some help?  This is my my code but I am copying the entire file each time. I would prefer to use the copyclipboard  but cannot make that work either.  I have read the sdk a lot but need an answer for this job before it is too late.  If you could tell me copy ONE page at a time that would be great? Also how do I copy the page image as opposed to the text? 
    Private Sub Sample_Pages()
    'IAC objects
    Dim PDFApp As CAcroApp
    Dim pdfDoc As CAcroPDDoc
    Dim pdfAVdoc As AcroAVDoc
    Dim pdfPageView As AcroAVPageView
    Dim pdfPage As AcroPDPage
    Dim PDFPath As String
    Dim numPages As Integer
    'temporary hard coding of file name
    PDFPath = "C:\PDF\Sample.pdf"
    'Initialize Acrobat by creating App object
    Set PDFApp = CreateObject("AcroExch.App")
    Set pdfAVdoc = CreateObject("Acroexch.AVDoc")
    Set pdfDoc = CreateObject("AcroExch.PDDoc")
    ' open the av and pd doc
    If pdfAVdoc.Open(PDFPath, "") Then
        Set pdfDoc = pdfAVdoc.GetPDDoc
        numPages = pdfDoc.GetNumPages
        Set pdfPageView = pdfAVdoc.GetAVPageView
        For i = 1 To numPages
            Set pdfPage = pdfDoc.AcquirePage(i)
            SendKeys "{CLEAR}"   ' i would like to avoid the use of sendkeys but cannot work out  copytoclipboard method
            SendKeys ("a"), True
            SendKeys ("^c"), True
             Windows("Book1.xls").Activate
             Sheets.Add
             ActiveSheet.Range("H1").Select
             ActiveSheet.Paste
         Next i
    Else
          MsgBox PDFPath & " - File not found"
          Exit Sub
    End If
    pdfAVdoc.Close (True)
    pdfDoc.Close
    PDFApp.Exit
    End Sub
    Message was edited by: NoNameFree

  • Multiple devices, one email - how can I see from iPad if I've replied from iPhone.

    Hi, I use both my iPhone and iPad to access my email. When I reply to a message on a device, I get an icon on the email on that device showing that I've replied. However, when I access the same email account from the other device, I don't see a replied icon. Any way I can get the replies synching so that I van see if I've replied across multiple devices?
    (Particularly useful since my wife and I share one of the emails we access so useful to see if the other one of us has replied)
    Thanks
    Ed

    DumpyCorp wrote:
    Any and all help will be appreciated.
    Then go back to your first post and the response in there. There really is a viable solution for your issues in that discussion.
    https://discussions.apple.com/message/22927224#22927224

  • Hard lock ups multiple times a day - How can I troubleshoot?

    My machine locks up hard multiple times a day. If I happen to be sitting in front of it, I observe that the image on the monitors stops changing. Mouse and keyboard will not work at all (including Magic key SysRq sequences). I cannot ping the box from another machine. The system has not made it to 24 hours of uptime for some weeks.
    I am beginning to suspect that this may be an issue with the NVIDIA driver, but that's only a guess since it's the only thing I've seen before that can lock up a machine hard like this. I have checked journalctl and the Xorg logs, but don't see anything telling.
    What should be my next steps toward solving this issue?

    When it locks up, do any indicators on the keyboard blink?  That would be an indication of a kernel panic. 
    If there are no blinking lights, does it unlock eventually?
    Has the machine ever been stable?
    Have you tried installing a RAM test in your boot loader and running it?
    Next, I would start blacklisting any kernel module you don't absolutely need to see if you can isolate it that way.
    Also, this looks ominous:
    Apr 29 07:49:48 lore kernel: This system BIOS has enabled interrupt remapping
    on a chipset that contains an erratum making that
    feature unstable. To maintain system stability
    interrupt remapping is being disabled. Please
    contact your BIOS vendor for an update
    I redouble my suggestion you pare down loaded modules to try and isolate this.
    Also, I see that it looks at the microcode
    Apr 29 07:49:48 lore kernel: microcode: CPU0 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU1 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU2 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU3 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU4 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU5 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU6 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU7 sig=0x106a5, pf=0x1, revision=0x11
    But I don't see it being updated.  That might be normal for your processor, but double check that and ensure you have the microcode update stuff installed in the boot loader correctly.

  • I have written a book with the ibooks application and I have gone through all the steps of publishing it to the itunes book store, but how can I be sure it went through?  I got the big green check and it says it was uploaded, but what do I do now?  How do

    I have written a book with the  ibooks application and I have gone through the process of publishing it through itunes to the itunes book store.  Everything seems to work and i get to the end of the process and get a big green check.  However, what now?  How do I check to see if it actually got through to the book store or not?
    Thanks.

    Hi khicks48,
    Welcome to the Support Communities!
    The article below will explains the publishing process for the iBookstore:
    Apple - iTunes - Partner Programs - Book Publishers
    I hope this information helps ....
    Have a great day!
    - Judy

  • One 40GB Project burned on Multiple DVD's? How can i do this

    I have a really big file (roughly 3.5 hours of dv footage) and I am trying to figure out how to get the project to burn successfully onto multiple DVD's. iDVD usually just automates this functionality for me so I am a little confused on how to do this.
    Im guessing it has something to do with Build and Formatting?
    Thanks.

    Ok, first off if you bring DV footage into iDVD or DVD SP it will be compressed to MPEG-2 video (because that is what video DVDs use). The good news is that with DVD SP you can fit 3.5 hours of video onto one Dual Layer disc. The bad news is now all footage has been compressed, so if you want to take that footage and go back and edit there will be a guaranteed, noticeable loss in quality.
    If you want to keep your DV footage as DV footage then I recommend buying Toast. It can create Data discs that can be read by Macs or PCs, and it will automatically divide up/segment the data across as many discs as you need. The program to restore all the footage is also automatically burned onto the discs.

Maybe you are looking for

  • User exit in f-48

    Hi all, In f-48 I need to make an advance payment with reference of Purchase order  and its payment terms. Say suppose payment term of Purchase order is 25% then in the advance payment(f-48) you enter should not be more than 25% of the total amount o

  • Thickbox image gallery not working.

    HI guys, Im creating an image gallery using the 'thickbox' widget. When I preview my page on a browser, and click the thumbnail image, nothing happens. It just loads the thickbox preloader bar, nothing else! I've followed online tutorials by the book

  • Network manager won't save connection password

    Hi there. I am installing new notebook and I am stuggling with an issue for couple of days already. I am on Cinnamon and I am using Network Manager. Before installing that, I had net-auto-wireless daemon in rc.conf which did the job and wifi was work

  • Posting of MIRO invoices

    Hi Experts Please assist, my requirement is as follows: I will be given an invoice that was previously parked/held because it did not have a goods receipt to it. After the goods receipt is done, the program should update the line items on the MIRO in

  • After upgrading to OS X Yosemite 10.10.1, Unsharp Mask and Adjust Sharpness do not work

    Since upgrading to OS X Yosemite 10.10.1, I have found that the Unsharp mask and Adjust sharpness tools are not working. Sometimes at extreme settings they work, but at other times, they don't work at all. Does anyone have any advice, please?