https://issues.apache.org/bugzilla/show_bug.cgi?id=47001
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Josh Micich <[email protected]> 2009-04-08 14:17:45 PST --- Looks like Google Docs is writing the username field of the WRITEACCESS(0x005C) without the standard string 3 byte header. The OOO doc says that this is optional, so it seems reasonable that POI should handle that situation. There an additional problem encountered with the LinkTable. This workbook is also missing its EXTERNSHEET records. POI has been changed to tolerate this too. After the two changes, POI can successfully read and write the workbook. However, it is not clear whether the problem with the LinkTable has been fully addressed. Fixed in svn r763391 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=763391 ) junits added -- 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]
