LightCellsDataProvider to write multiple worksheets and pivots

Hi Team,

How do i use implementation of LightCellsDataProvider to write data to multiple worksheets and create pivot to those worksheets(next to their respective data sheet) using java?

@sukesh.kotian

Thanks for considering Aspose APIs.

First populate your worksheet with your data using the LightCells API. For that purpose, please see this article.

Once, you have populated your worksheet(s) with data then create your pivot table. Please see this post in your other thread. It contains the sample code (and screenshot) that explains how you can create your desired pivot table.