https://issues.apache.org/bugzilla/show_bug.cgi?id=51391
Pradeep Nair <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #4 from Pradeep Nair <[email protected]> 2011-06-20 10:21:12 UTC --- (In reply to comment #1) > You must set the "preserve nodes" flag to true when opening a macro containing > workbook that you wish to write out again later > See the java docs, eg > http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html#HSSFWorkbook(org.apache.poi.poifs.filesystem.POIFSFileSystem,%20boolean) Dear Nick, The implementaion calls following constructor create workbook object. //passed ByteArrayInputStream, preseve node true. new HSSFWorkbook(inp, true); Any further inputs? Thanks & Regards, Pradeep -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
