Class NamedSectionSheet


  • public class NamedSectionSheet
    extends Object
    A wrapper for a Sheet with multiple Sections. Each section containing a Header Row
    • Constructor Detail

      • NamedSectionSheet

        public NamedSectionSheet​(org.apache.poi.ss.usermodel.Sheet sheet)
        Instantiates a new Named section sheet.
        Parameters:
        sheet - the sheet
      • NamedSectionSheet

        public NamedSectionSheet​(org.apache.poi.ss.usermodel.Sheet sheet,
                                 boolean namedSection)
        Instantiates a new Named section sheet.
        Parameters:
        sheet - the sheet
        namedSection - the named section
    • Method Detail

      • sectionCount

        public int sectionCount()
        Count of Sections
        Returns:
        the count
      • getSection

        public NamedSectionSheet.Section getSection​(int index)
        Gets section.
        Parameters:
        index - the index
        Returns:
        the section