LoadDataOption.SheetNames replacement

Hi,


LoadDataOption is marked as deprecated.
Currently we are using LoadDataOption.SheetNames to specify the subset of sheets (or sometimes only a single sheet) that we want to load from a very large workbook.
What is the replacement of this functionality?

Thanks in advance,
Taras

Hi,


Thanks for your query.

In the newer APIs, please instantiate LoadFilter class and use LoadOptions.LoadFilter attribute instead. See the document for your reference:
https://docs.aspose.com/display/cellsnet/Load+Specific+Sheets+in+a+Workbook

Thank you.