Export to Excel and PDF

Hi Guys,
I need a bit of a help for exporting my data to Excel or PDF. Can someone link me to a good article how can I do this using SAP NetWeaver Developer Studio CE. Thanks a lot guys!

Hi,
Export to Excel:
Please look at this [wiki|http://wiki.sdn.sap.com/wiki/display/WDJava/UploadingexcelfileusingWebDynproforJava]
[Web Dynpro Java - Exporting Table Data into Excel|http://wiki.sdn.sap.com/wiki/display/Snippets/WebDynproJava-ExportingTableDataUsingOn-DemandStreams-SAPNW+7.0]
Export to PDF:
check this thread
[Export to PDF|Export to PDF] and [Transfer data from WebDynpro Context to PDF|Transfer data from WebDynpro Context to PDF - Options]
Hope this helps!!
Thanks & Regards
Vijay K

Similar Messages

  • How to Audit the Report which is Export to Excel and PDF

    Hi All,
    Is there any way that we can audit the report which is exported to Excel or PDF and what data the user is exporting to his local computer.
    We can audit the scheduled report with output Excel or pdf but i am not sure about the audit for report export activity to excel and pdf.
    Thanks & Regards,
    Rahul Akurathi

    Hi,
    You said that you have a new request number when you changed the program in Dev. Release that request and ask your Basis guys to move that transport to Testing Client. The program will be automatically updated in the testing client with the changes you have done in Dev when the transport gets imported in testing.
    Reward if useful.
    Thanks
    Aneesh.

  • How to Export to Excel and Pdf

    Hi,
    I displayed the data into table using JSP page.
    I am creating two buttons as one is Export to Excel and 2nd one is Export to Pdf. If i click Export to Excel button then the table data has to Export to Excel sheet. and same to to Pdf also.
    Can you please send me the corresponding code
    It's very urgent

    Can you please send me the corresponding codereally ???
    It's very urgentindeed...
    See:
    - iText (pdf) => www.lowagie.com/iText/
    - POI HSSF (excel) => http://poi.apache.org/hssf/index.html
    hope that helps

  • I have logged into a banking platform that allows me to look at statements then download them into excel & pdf, when I have tried to do this in firefox the icons of excel and pdf have disappeared. It allows me to export in internet explorer?

    I have logged into a banking platform that allows me to look at statements then download them into excel & pdf, when I have tried to do this in firefox the icons of excel and pdf have disappeared. It allows me to export in internet explorer?
    == This happened ==
    Every time Firefox opened
    == When I started using firefox over internet explorer

    Do you have an PDF Viewer plug-in instaled? If no install one.

  • Any ideas on how to merge 2 reports on page to export to Excel or PDF?

    This is for OBIEE 11g (we are currently running 11.1.1.6.8). We have a user requirement to put the prompt selections on each report that is exported to Excel or exported to PDF. This requirement has to do with auditors. We cannot use the Filter Criteria view because we have saved filters that contain other saved filters so not all of the filters are shown. What the users want is to just have the ability to Export to Excel or PDF for one report and add the prompt criteria so that it also shows in Excel or PDF. We know we can use presentation variables and create a narrative view to show all of the prompt criteria. But we don't want to have this in a view in the compound layout of every report on the page (we have many pages with many reports on them). What we would like to do is have the Export (to Excel or PDF) download the prompt criteria (like when you use the printable HTML and printable PDF functionality only we want this for one report). So think of merging the report that is being Exported to Excel or PDF with another report that is built to show the prompt criteria. Is anyone else doing this kind of functionality? Any ideas on how to do this with javascript?
    We created an SR on this to find out if Oracle had some ideas but they did not and said that this is already an enhancement request ( Bug 8242921: ALLOW PROMPTS TO BE DISPLAYED WHEN DOWNLOAD TO EXCEL)
    Any help would be appreciated. Marybeth

    Did u tried the first method? i.e directly exporting the analysis to excel?
    Thanks.

  • Export to Excel and Save as Static File

    Hello all,
    When I export to excel from SharePoint 2013, and save the file, the data remains dynamic in that if I update the list in SharePoint it will update the data in Excel. This is great and I use it in a few places, but I also need to capture a point in time and
    save the exported Excel file as static data (i.e. Export to Excel, and Save as the Q3 Report). How can I save the file as static/remove the dynamic link so I just have the data at the time of export?
    Thanks!
    K.
    Personal Blog: http://thebitsthatbyte.com

    Hi Kelly,
    According to your description, my understanding is that you want to export to excel as a static file.
    In SharePoint, when you export list to excel, it works as a one-way sync. It can sync data from SharePoint to Excel. If you don’t want to sync the data from SharePoint, you can copy the data from the exported excel file to a new excel, then save the new
    excel file.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • How can I embed files of word, excel, and pdf format in a pdf document

    I have a word document of the product, which I am updating for next product release. However, there are some excel, word, and pdf files embedded within a word document. When I double click these embedded files in word, these files open in a new window. However, we deliver documentation to the customer in the pdf format. Therefore, when I am converting the word document in the pdf format, only an icon of the embedded file is displayed and the files do not open in a new window. Can someone let me know how can I embed these files (in word, excel, and pdf format) in a pdf document?

    You must attach them to the PDF file after it is created. You cannot embed file attachments onto a page as you can with Word.

  • I am unable to open the microsoft word and excel and pdf files after upgratding to 4.3.3 os version

    I am unable to open the microsoft word and excel and pdf files after upgratding to 4.3.3 os version. I was able to access them in 4.3.1 .
    Can anybody tell when is this getting resolved.

    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile
    Your old Profile is located here in Vista & Win7: <br />
    ''drive'':\Users\''Windows login user name''\AppData\Roaming\Mozilla\Firefox\Profiles\''profile_name''

  • Export to excel and csv

    I have table in a jsp and an export button. When user clicks on the export button the data in the table should be exported to either text, csv or excel depending on the option user chhoses. Can anyone help me with this? How to export to excel and csv format.

    Hi arthur_branham,
    I really liked the way you have replied. Can you pleae share the code with me at [email protected] below is my problem...
    I had data in XML.I have displayed the data in jsp. Now i need to provide a link "Export to Excel" in jsp which will invokea servlet prepare the excel report and open up directly through a servlet....
    I got some help from...http://www.javaworld.com/javaworld/jw-10-2006/jw-1019-xmlexcel.html?page=1...
    This is my code in servlet...
    HSSFWorkbook wb = new HSSFWorkbook();
    HSSFSheet spreadSheet = wb.createSheet("Users");
    spreadSheet.setColumnWidth((short) 0, (short) (256 * 25));
    spreadSheet.setColumnWidth((short) 1, (short) (256 * 25));
    // Creating Rows
    HSSFRow row = spreadSheet.createRow(0);
    HSSFCell cell = row.createCell((short) 1);
    cell.setCellValue("Year 2005");
    cell = row.createCell((short) 2);
    cell.setCellValue("Year 2004");
    HSSFRow row1 = spreadSheet.createRow(1);
    HSSFCellStyle cellStyle = wb.createCellStyle();
    cellStyle.setBorderRight(HSSFCellStyle.BORDER_MEDIUM);
    cellStyle.setBorderTop(HSSFCellStyle.BORDER_MEDIUM);
    cellStyle.setBorderLeft(HSSFCellStyle.BORDER_MEDIUM);
    cellStyle.setBorderBottom(HSSFCellStyle.BORDER_MEDIUM);
    cell = row1.createCell((short) 0);
    cell.setCellValue("Revenue ($)");
    cell = row1.createCell((short) 1);
    cell.setCellValue("25656");
    cell = row1.createCell((short) 2);
    cell.setCellValue("15457");
    FileOutputStream output = new FileOutputStream(new File("/tmp/Users.xls"));
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-Disposition", "attachment;filename=Users.xls");
    ServletOutputStream out = response.getOutputStream();
    wb.write(output);
    output.flush();
    output.close();
    forward = null;
    In firefox i get the download dialog box but not able to open in from there,i need to save it and then open. In IE i dont get the dialog box instead the excell open inside the browser......Please help me to open a excel sheet onclick on a link "Export to excel" in jsp......
    1)If possible help me with the above code.
    2)Or else plz sahre you code with me...
    Its urgent....
    Thanks in advance...

  • Export to Excel and File Upload is not working on ipad/IPhone

    Hi
    We have a site in ASP.Net 2008 which is running on browsers and devices. There is an option to export to excel and file uploadd, It is working in the browsers but not working in Devices like IPad and Iphone. we are creating xml file when export to excel. We have tried it on IPad1,IPad3 and iphone3.
    can you please elaborate the causes of these issues? Pleas support to fix the issues.
    Regards,
    Manoj

    How does your PL/SQL for the saving of uploaded files looks like? Where does this error happen? Does your process have an error message?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • APEX Report Data Download in Excel and PDF format

    Hi,
    Can someone please guide me how to download APEX report data in Excel and PDF format.I know this is possible through BI Publisher but that is extra Licence cost for client so i don't want to use that option.
    Thanks in advance.
    Regards
    Prabhat Mishra

    1005844 wrote:
    Hi ,
    Thanks for Reply,
    I am using APEX 4.2 but when i am trying to download the IR data then getting 3 options only(CSV,HTML and Email).
    PrabhatWell, Excel should understand the .csv format for offloads. Perform web seraches to see what can be done for pdfs

  • Attach Excel and PDF in email

    Existing report generates PDF attachment in email. The requirement is to add excel attahment also in email. So the mail should contain Excel and PDF attachment in 1 email. Can anyone please help me in this.

    Just search under code gallery.
    Regards,
    Nick Loy

  • Download functionality in EXCEL and PDF format to the  Webdynpro iView

    Hi Expert,
                      I am using NW 7.0 ehp1 sp3. I developed some Webdynpro RFC model application for the product catalog of the material related data.
    Now my requirement is to provide the download functionality in EXCEL and PDF format to all of these Webdynpro (java) iView.
    How we can achieve this requirement? In which part of the webdynpro application we have to write the code?
    Someone can help me very clearly in steps to achieve this?
    Thanks,
    Kundan

    Hi,
    I don't think it is possible to redirect the html stream of the Web Dynpro iView to a PDF / Excel document, since it essentially would mean you have to call the Web Dynpro application again, maintaining the state and context of the iview itself
    However, using (for instance) the JExcelApi (Excel) or iText (PDF) you could create documents using the data displayed in your Web Dynpro iView, which has the added benefit you could design and layout your PDF / Excel documents in a more suitable layout for printing (most WD applications look horrible when printed)
    Cheers,
    Robin

  • Obiee11g(11.1.1.3.0) - Download issued Excel and pdf (by used Action link)

    Hi,
    I have used Action link in obiee11g version, in my report is working fine. but one thing while downloading my report as excel and pdf it's showing action link also.actuallly it should not come.kinly check below images.
    1) this my actual o/p in my dashboard side.i am expecting the same in PDF and Excel also.
    http://imageshare.web.id/images/q9bt8ssjk450si4ayqyq.jpg
    2) in excel o/p .here the action link should not appear.
    http://imageshare.web.id/images/g6rfkcggkd19ft2ub6bf.jpg
    3) in pdf o/p .here the action link should not appear.
    http://imageshare.web.id/images/huu096awbjof9sq3dto2.jpg
    i have refered this as a bug in 11.1.1.3.0, is there any work arround to resolve this issue.
    Thanks
    Deva
    http://obieeelegant.blogspot.com/

    Hi,
    Yes .That is a Bug .When you have a Navigation links on Measures then, when you download the Report to Excel then you will be facing diffculty in getting the Totals and calculations wrong in the EXCEL .
    But when you Remove the Navigation links on the Measures then the Excel will have no problems in showing out the Totals.
    This was in 11.1.1.3 and also it is not resolved in 11.1.1.5 .
    We have already filed an SR ,and they said that they will be resolving the Issue in their later Versions .
    Might be if they get so many SR's on this Issue they might release an Early patch before the Next version Release.
    Thanks
    Xavier

  • Export to Excel or PDF Custom tag...

    After scouring the web I've put together a custom tag that
    will allow HTML data to be streamed to an Excel file or a PDF.
    First I created the custom tag called "contentWrapper":
    <cfsilent>
    <cfparam name="url.exportType" default=""><!--- I am
    the output type for this page; pdf, flashpaper, excel or html
    --->
    <!--- check to see what whether the "ExportFormat" string
    exists in the URL --->
    <cfswitch expression="#url.exportType#">
    <!--- Begin logic "ExportFormat" string = pdf or
    flashpagerexists in the URL --->
    <cfcase value="pdf,flashpaper">
    <cfif thisTag.executionMode eq "end">
    <cfdocument format="#url.exportType#">
    <cfoutput>
    <html>
    <head>
    <title>Export to PDF or Flashpaper</title>
    </head>
    <body>
    #thisTag.generatedContent#
    </body>
    </html>
    <cfdocumentitem type="header"><span
    style="font-face: Verdana; font-size: 0.7em">Footer
    Content</span></cfdocumentitem>
    <cfdocumentitem type="footer"><span
    style="font-face: Verdana; font-size:
    0.7em">#dateFormat(now(),"short")#
    #timeFormat(now(),"short")#</span></cfdocumentitem>
    </cfoutput>
    </cfdocument>
    </cfif>
    </cfcase>
    <!--- End logic "ExportFormat" string = pdf or
    flashpagerexists in the URL --->
    <!--- Begin logic "ExportFormat" string = excel in the
    URL --->
    <cfcase value="excel">
    <cfif thisTag.executionMode eq "end">
    <cfheader name="Content-Disposition"
    value="filename=export.xls">
    <cfcontent type="application/msexcel"
    variable="#ToBinary( ToBase64( thisTag.GeneratedContent.Trim() )
    )#">
    </cfif>
    </cfcase>
    <!--- End logic "ExportFormat" string = excel in the URL
    --->
    </cfswitch>
    </cfsilent>
    Next I place my custom tag around a HTML table:
    <!--- Begin Content Wrapper Custom --->
    <tags:contentWrapper>
    <!-- Begin content table -->
    <table width="90%" border="0" cellpadding="2"
    cellspacing="1" bgcolor="#000000">
    <tr>
    <td align="center"
    bgcolor="#CCCCCC"><strong>Custom
    tag</strong></td>
    </tr>
    <tr>
    <td bgcolor="#FFFFFF">Export to Excel or
    PDF</td>
    </tr>
    <tr>
    <td bgcolor="#FFFFFF">Example</td>
    </tr>
    <tr>
    <td bgcolor="#FFFFFF"> </td>
    </tr>
    </table>
    <!-- End content table -->
    </tags:contentWrapper>
    <!--- End Content Wrapper Custom --->
    Finally I used two form buttons inconjunction with the
    onClick event to open my PDF or Excel file:
    <cfoutput>
    <table cellpadding="" cellspacing="">
    <tr>
    <td>
    <!-- Begin buttons used to pass the exportType -->
    <input type="button" onClick="window.open('
    http://#HTTP_HOST#/#SCRIPT_NAME#?#QUERY_STRING#&exporttype=pdf');"
    value="Export To PDF">
    <input type="button" onClick="window.open('
    http://#HTTP_HOST#/#SCRIPT_NAME#?#QUERY_STRING#&exporttype=excel');"
    value="Export To Excel">
    <!-- End buttons used to pass the exportType -->
    </td>
    </tr>
    </table>
    </cfoutput>
    Voila.

    Did u tried the first method? i.e directly exporting the analysis to excel?
    Thanks.

Maybe you are looking for