Hi Team,
I am using aspose cells for grid js.
I have a Xlsx file and it contains the hidden rows and columns, can we show it ? How can we show the hidden data....Load the workbook var workbook = new Aspose.Cells.Workbook("path/to/your/file...worksheet var worksheet = workbook.getWorksheets().get(0); //...