DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43623>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43623 Summary: vector row unsupported Product: POI Version: 3.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: blocker Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Vector row seems to be unsupported in poi-3.0.1-FINAL-20070705. To reproduce: load a spreadsheet and then immediately write it back to a file system - without making any modifications to it's structure. E.g. by new HSSFWorkbook(new FileInputStream(inFileName)).write(new FileOutputStream(outFileName)); If the source spreadsheet contains a row vector, the newly created spreadsheets's structure seems to be broken: Excel refuses to open it - with "File error: data may have been lost" message. Excel 2003 (11.8146.8132) SP2. Example spreadsheets attached. To create a row vector e.g. for SIN function, type a function name, provide an array of arguments, then press 'enter'. Then select the cell, then extend the selection to include more cells, press F2, then ctrl+shirt+enter - the vector with the result will be created. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
