Class XSSFBReader


  • public class XSSFBReader
    extends XSSFReader
    Reader for xlsb files.
    Since:
    3.16-beta3
    • Constructor Detail

    • Method Detail

      • getAbsPathMetadata

        public java.lang.String getAbsPathMetadata()
                                            throws java.io.IOException
        In Excel 2013, the absolute path where the file was last saved may be stored in the XSSFBRecordType.BrtAbsPath15 record. The equivalent in ooxml is <x15ac:absPath>.
        Returns:
        absolute path or null if it could not be found.
        Throws:
        java.io.IOException - when there's a problem with the workbook part's stream
      • getSheetsData

        public java.util.Iterator<java.io.InputStream> getSheetsData()
                                                              throws java.io.IOException,
                                                                     InvalidFormatException
        Returns an Iterator which will let you get at all the different Sheets in turn. Each sheet's InputStream is only opened when fetched from the Iterator. It's up to you to close the InputStreams when done with each one.
        Overrides:
        getSheetsData in class XSSFReader
        Throws:
        java.io.IOException
        InvalidFormatException
      • getXSSFBStylesTable

        public XSSFBStylesTable getXSSFBStylesTable()
                                             throws java.io.IOException
        Throws:
        java.io.IOException