Excel Export

2016-11-17 Thread Markus Maria Michaels
Is Apache POI a framework ? Is it possible to export to XLS and XLSX at the same time ? Do you know (other) java excel export frameworks ? Thanks. - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional

Re: Excel Export

2016-11-17 Thread Javen O'Neal
It is not possible to save the same document to both XLS and XLSX with POI. On Nov 17, 2016 08:18, "Markus Maria Michaels" wrote: > Is Apache POI a framework ? > > Is it possible to export to XLS and XLSX at the same time ? > Do you know (other) java excel export f

Page title issue after Poi excel export

2012-05-11 Thread robint
-issue-after-Poi-excel-export-tp5702880.html Sent from the POI - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org

Excel export issue with new MS excel patch

2008-03-25 Thread Namith.C
Hi We are involved in the development of an application, having an excel export feature in it. The excel export functionality uses the Apache POI - HSSF. Background: The export has been working well with Microsoft Office 2000. Since the launch of Microsoft Office 2003, the following

Re: Excel export issue with new MS excel patch

2008-03-26 Thread Nick Burch
On Wed, 26 Mar 2008, [EMAIL PROTECTED] wrote: Querying in the Microsoft forums has revealed that such issues are present for other users also. However, details/solutions regarding the same are not available. I've tried updating the version of Apache POI used to 'poi-3.0.2-FINAL'. However, the

Excel export fails when it is opened in excel 2013

2016-05-08 Thread Rajesh Bhat
Hi, Am trying to convert FO with FO: table along with style attributes to excel. Am trying to export into multiple sheets. This works fine when I export to excel (.xls) and open in 2007 excel format. But when I open in 2013 then first two sheets comes up fine, however in sheet 3 onward style (back

Re: Excel export fails when it is opened in excel 2013

2016-05-09 Thread Javen O'Neal
Could you please include a simple, self-contained correct example (unit test) to show us what you're doing? On May 8, 2016 11:55 PM, "Rajesh Bhat" wrote: > Hi, > > Am trying to convert FO with FO: table along with style attributes to > excel. Am trying to export into multiple sheets. This works f

Re: Excel export fails when it is opened in excel 2013

2016-05-09 Thread Rajesh Bhat
Hi, Thanks for your prompt response. Attached is the FO input file which is used by my application to generate an .xls output file. Also attached the output file generated. This looks good when I open this in 2007 excel. But the style/formatting goes off when the same file is being opened in 2013 e

Re: Excel export fails when it is opened in excel 2013

2016-05-09 Thread Joseph Price
Rajesh, FYI, the latest stable release is 3.14: https://poi.apache.org/download.html -Joe From: Rajesh Bhat Sent: Monday, May 9, 2016 3:54 AM To: POI Users List Subject: Re: Excel export fails when it is opened in excel 2013 Hi, Thanks for your prompt

Re: Excel export fails when it is opened in excel 2013

2016-05-09 Thread Javen O'Neal
Did you forget to attach your code? On May 9, 2016 12:55 AM, "Rajesh Bhat" wrote: > Hi, > Thanks for your prompt response. > Attached is the FO input file which is used by my application to generate > an .xls output file. Also attached the output file generated. This looks > good when I open this