Interface ChartCreator

    • Method Detail

      • createChart

        Component createChart​(org.apache.poi.xssf.usermodel.XSSFChart chartXml,
                              Spreadsheet spreadsheet)
        Converts the XSSFChart model into a Chart Component
        Parameters:
        chartXml - metadata with the chart configuration
        spreadsheet - spreadsheet that chart uses as data source
        Returns: