Load Specific Worksheets in a Workbook with Golang via C++
Contents
[
Hide
]
By default, Aspose.Cells loads the entire spreadsheet into memory. It is possible to load only specific sheets, which 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.