Class XSSFChartSheet

  • All Implemented Interfaces:
    java.lang.Iterable<Row>, Sheet

    public class XSSFChartSheet
    extends XSSFSheet
    High level representation of Sheet Parts that are of type 'chartsheet'.

    Chart sheet is a special kind of Sheet that contains only chart and no data.

    • Method Detail

      • getCTChartsheet

        public CTChartsheet getCTChartsheet()
        Provide access to the CTChartsheet bean holding this sheet's data
        Returns:
        the CTChartsheet bean holding this sheet's data