Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Developers can adjust the compression level of the workbook when working with larger workbooks. Developers may prioritize smaller file sizes over processing time or vice versa. Aspose.Cells provides the OoxmlCompressionType enumeration which you can use to set the compression level of the workbook. The OoxmlCompressionType enumeration provides the following members.
The following code snippet demonstrates the use of the OoxmlCompressionType enumeration and compares the conversion times for LEVEL_1, LEVEL_6, and LEVEL_9. You may also compare the sizes of the generated files.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.