Class XSSFChartSheet

All Implemented Interfaces:
Iterable<Row>, Sheet, OoxmlSheetExtensions

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 Details

    • getCTChartsheet

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