On Wed, 10 Aug 2011, rahul.soa wrote:
How can I use BiffViewer/Is there some command to launch it?
You launch it with something like:
java -classpath poi-3.8-beta3.jar org.apache.poi.hssf.dev.BiffViewer
<filename>
The output is a textual dump of the raw contents of the file. Diff it
between two files to see what was changed by excel when you altered some
properties in the file
Can I use with XSSFWorkBook?
Things are simpler with the .xlsx file format, all you need to do is unzip
the .xlsx file (it's a zip of xml files) and look in the xml. For
something like your case, you'd create the before and after files, unzip,
then diff the xml files to see what was changed by your resize
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]