https://issues.apache.org/bugzilla/show_bug.cgi?id=51604
Yegor Kozlov changed:
What|Removed |Added
Status|NEW |NEEDINFO
Severity|blocker
I know that I am no longer involved in the project and think you will already
have considered this. However, I did feel it worthwhile mentioning that
StringBuilder is not thread safe (StringBuffer is of course) and that this
is where the time savings accrue. Do not know if this matters but it might
So, I've searched column by column in the problematic line in order to
identify the problem. The problem is quite weird. It's a string column in
the database. This column stores people names.
In my problem the name is: ALEXANDRE__MARINHO DE SOUZA
Of course, without the underline character. Instea
I tried without merged region and it didn't work. So, I noticed that there
is a line in the file which present the error. It's the line (2451) and
until the line 2450 everything works great. But for some reason when it
reach the line 2450 it just doesn't work. I checked if the was any null
values,
https://issues.apache.org/bugzilla/show_bug.cgi?id=51601
--- Comment #1 from kalyan 2011-08-02 17:38:42
UTC ---
As I see, this is because content of an excel record cannot exceed certain
value (in bytes). RecordInputStream.java's MAX_RECORD_DATA_SIZE value needs to
be modified. Its current value
https://issues.apache.org/bugzilla/show_bug.cgi?id=51601
Bug #: 51601
Summary: Excel 2003 and 2007 can not open file generated by poi
if the number of sheet in a workbook exceed 1370
sheets
Product: POI
Version:
On Tue, 2 Aug 2011, jguilhermemv wrote:
Regarding the file, it makes use of some CellStyles and Merged Regions.
Try without them, and see if that fixes it. You need to narrow your
problem down before you can figure out what to correct. Try to identify
the simplest file that fails, and the mos
I need to generate an excel report with almost 60.000 lines and 30 columns.
But, while using SXSSF approach of Big Grid Demo (I got it from the SVN
trunk), I've found some issues.
When I try creating a xlsx file with 1000 lines, it's ok. But when I try to
create a file with 10.000 lines, when I tr