org.apache.poi.hssf.dev
Class BiffViewer
- java.lang.Object
-
- org.apache.poi.hssf.dev.BiffViewer
-
public final class BiffViewer extends java.lang.ObjectUtillity for reading in BIFF8 records and displaying data from them.- See Also:
main(java.lang.String[])
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Record[]createRecords(java.io.InputStream is, java.io.PrintStream ps, org.apache.poi.hssf.dev.BiffViewer.BiffRecordListener recListener, boolean dumpInterpretedRecords)Create an array of records from an input streamstatic voidmain(java.lang.String[] args)Method main with 1 argument just run straight biffview against given file
-
-
-
Method Detail
-
createRecords
public static Record[] createRecords(java.io.InputStream is, java.io.PrintStream ps, org.apache.poi.hssf.dev.BiffViewer.BiffRecordListener recListener, boolean dumpInterpretedRecords) throws RecordFormatException
Create an array of records from an input stream- Parameters:
is- the InputStream from which the records will be obtained- Returns:
- an array of Records created from the InputStream
- Throws:
RecordFormatException- on error processing the InputStream
-
main
public static void main(java.lang.String[] args)
Method main with 1 argument just run straight biffview against given fileUsage:
BiffViewer [--biffhex] [--noint] [--noescher] [--out] <fileName>
BiffViewer --rawhex [--out] <fileName>
--biffhex show hex dump of each BIFF record --noint do not output interpretation of BIFF records --out send output to <fileName>.out --rawhex output raw hex dump of whole workbook stream --escher turn on deserialization of escher records (default is off) --noheader do not print record header (default is on)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG