public final class BiffViewer
extends java.lang.Object
main(java.lang.String[])
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Method main with 1 argument just run straight biffview against given
file
|
public static void main(java.lang.String[] args) throws java.io.IOException, org.apache.poi.hssf.dev.BiffViewer.CommandParseException
Usage:
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) |
args
- the command line argumentsjava.io.IOException
- if the file doesn't exist or contained errorsCommandParseException
- if the command line contained errorsorg.apache.poi.hssf.dev.BiffViewer.CommandParseException
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.