Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-05 Thread Dev WO
I've been nicely suggested to switch row/col as I wouldn't need 255 rows anyway. But I'll try to keep this limitation in mind and see if I can work on it later. Xavier On 3 avr. 2013, at 23:43, Tobias Janz wrote: > Hi, > > looks like nobody has used the ExcelGenerator-Framework with more than

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-05 Thread Theodore Petrosky
JasperReports uses POI and I seem to recall when I tried to update it to the current version, there were all kinds of problems. Let's not break anything by updating POI here. Ted --- On Wed, 4/3/13, Tobias Janz wrote: From: Tobias Janz Subject: Re: [Excel] - Maximum column

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-03 Thread Tobias Janz
Hi, looks like nobody has used the ExcelGenerator-Framework with more than 255 Columns or a bit abstract with the xlsx-Format. Maybe you could write an extension? Also the version of the poi-jar is out of date, 3.9 is the latest stable version (3.6 is 3 years old). Looks like the SS Usermodel is a

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-03 Thread Dev WO
I'm sure I won't be able to fit more than 255 columns in this one either;) Xavier On 3 avr. 2013, at 19:21, Alan Ward wrote: > > What's Excel? I thought it was a car :) > > http://en.wikipedia.org/wiki/Lotus_Excel > > Alan > > > On Apr 3, 2013, at 11:09 AM, Dev WO wrote: > >> I don't wa

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-03 Thread Alan Ward
What's Excel? I thought it was a car :) http://en.wikipedia.org/wiki/Lotus_Excel Alan On Apr 3, 2013, at 11:09 AM, Dev WO wrote: > I don't want to believe I'm the only one on this list to have to deal with > Excel;) > Any pointer/recommendation regarding the Excel generation column limit?

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-03 Thread Dev WO
I don't want to believe I'm the only one on this list to have to deal with Excel;) Any pointer/recommendation regarding the Excel generation column limit? Thanks, Xavier On 28 mars 2013, at 20:54, Dev WO wrote: > Hello list, > > I found a thread from 2010 about this, mentioning the the pre-2

[Excel] - Maximum column with EGSimpleTableCreator

2013-03-28 Thread Dev WO
Hello list, I found a thread from 2010 about this, mentioning the the pre-2007 Excel limitation regarding the number of columns. I looked at the code from EGSimpleTableParser and EGSimpleTableCreator and related Properties' file but didn't find anything in them related to this limitation. It lo