Class BiffViewer


  • public final class BiffViewer
    extends java.lang.Object
    Utility 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 Description
      static void main​(java.lang.String[] args)
      Method main with 1 argument just run straight biffview against given file
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                org.apache.poi.hssf.dev.BiffViewer.CommandParseException
        Method main with 1 argument just run straight biffview against given file

        Usage:

        BiffViewer [--biffhex] [--noint] [--noescher] [--out] <fileName>

        BiffViewer --rawhex [--out] <fileName>

        --biffhexshow hex dump of each BIFF record
        --nointdo not output interpretation of BIFF records
        --outsend output to <fileName>.out
        --rawhexoutput raw hex dump of whole workbook stream
        --escherturn on deserialization of escher records (default is off)
        --noheaderdo not print record header (default is on)
        Parameters:
        args - the command line arguments
        Throws:
        java.io.IOException - if the file doesn't exist or contained errors
        org.apache.poi.hssf.dev.BiffViewer.CommandParseException - if the command line contained errors