Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
When building a workbook with large data sets, or reading a big Microsoft Excel file, the total amount of RAM the process will take is always a concern. There are measures that can be adapted to cope with the challenge. Aspose.Cells provides some relevant options and API calls to lower, reduce and optimize memory use. Also, it can help the process work more efficiently and run faster.
Use the MemorySetting.MemoryPreference option to optimize memory use for cells data and decrease the overall memory cost. When building a large data set for cells, it can save a certain amount of memory compared to using the default setting (MemorySetting.Normal).
The following example shows how to read a large Microsoft Excel file in optimized mode.
The following example shows how to write a large dataset to a worksheet in an optimized mode.
The default option, MemorySetting.Normal is applied for all versions. For some situations, such as building a workbook with a large data set for cells, the MemorySetting.MemoryPreference option may optimize the memory use and decrease the memory cost for the application. However, this option may degrade performance in some special cases such as follow.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.