Class XSSFBStylesTable


  • @Internal
    public class XSSFBStylesTable
    extends XSSFBParser
    This is a very thin shim to gather number formats from styles.bin files.
    Since:
    3.16-beta3
    • Constructor Summary

      Constructors 
      Constructor Description
      XSSFBStylesTable​(java.io.InputStream is)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleRecord​(int recordType, byte[] data)  
      • Methods inherited from class java.lang.Object

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

      • XSSFBStylesTable

        public XSSFBStylesTable​(java.io.InputStream is)
                         throws java.io.IOException
        Throws:
        java.io.IOException