Re: Floating-point behaviour - difference between POI and Excel?

2014-06-04 Thread David North
On 02/06/14 18:21, David North wrote: > On 02/06/14 17:01, Nick Burch wrote: > No matter how I format it, the UI refuses to acknowledge or display > the > .0007 in the underlying file. What about if you set a format string of something like 0.000 ? (I suspe

OutofMemory error on using SXSSF

2014-06-04 Thread Renjith R
I am using SXSSF to write 1 Million(worst case scenario) records. Following is the way i have coded it. I have to write the records to an already existing excel template. This template is available in the class path. I will copy this template to a common location. Load this file using XSSFWorkBook