Load Specific Worksheets in a Workbook
Contents
[
Hide
]
By default, Aspose.Cells loads the whole spreadsheet into memory. It is possible to only load specific sheets. This can improve performance and consume less memory. This approach is useful when working with a large workbook made up of many worksheets.
Here is the implementation of the CustomLoad class.