LightCellsDataProvider usage in java Cells 7.0.2

Hi ,

SaveOptions used to have this setLightCellsDataProvider method in 2.5.4.

Looking for way to use in 7.0.2- setLightCellsDataProvider method is not in 7.0.2.

Thanks for your help in advance.

Hi,


Yes, I am afraid, in v7.0.2, we only support OoxmlSaveOptions.getLightCellsDataProvider() method. We are working to support LightCells APIs completely in the new versions as this was supported in older versions e.g v2.5.4. Hopefully it will be supported soon.

Thank you.

Hi,

Please try the fix V7.0.2.4, from this fix we have supported LightCells for saving XLS and XLSX files:

XlsSaveOptions.setLightCellsDataProvider(...);

OoxmlSaveOptions.setLightCellsDataProvider(...);

Thank you