Hello, im using the new POI 3.6 together with Excel 2003. When i write into an existing simple xls file, everthing is working well. But i have a certain xls file (from our customer): reading is ok, but whenever i store a changed workbook into this file i get a runtime exception (buffer overrun) on the line
wb.write(out); (wb=Workbook, out=FileOutputStream) How can i debug this certain xls file?! Olli -- View this message in context: http://old.nabble.com/buffer-overrun-with-certain-xls-file-tp27637833p27637833.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
