Hi,
I’am trying to set a named range while using the LightCellsDataProvider Interface.
When nextRow() method would return -1 so no more rows are to handle for the worksheet, I set the named range for this worksheet.
When saving the workbook with XlsSaveOptions everything works fine and the range is successfully created in the xls file.
When saving the workbook with OoxmlSaveOptions the named range is not available in the created xlsx file.
I made some tests and it seems that the “error” only occurs when working with LighCellsDataProvider. I did not find a known bug about this in your ticket system.
Best regards