Excel Documents

When working with Excel files, does your api make it possible to find hidden rows and columns? Second question, if I save an Excel doc as text, will the text in the hidden rows/columns be saved as well?

Hi,

Thanks for your posting and using Aspose.Cells.

Aspose.Cells allows you to know which of the rows/columns are hidden or which of them are visible.

However, when you will save your source xls/xlsx file into txt format, it will write the entire data of sheet inside a txt file.