Table of Contents

TCompressionLevel Enumeration

This specifies how much the xlsx or pdf files must be compressed. The bigger compression ratio, the slower it will be to generate the files.

Syntax

Unit: FlexCel.Core

Members

Name Value Description
Optimal 0 Default zip compression. This is the recommended setting.
Fastest 1 Fastest compression. Low compression ratio.
NoCompression 2 No Compression is used at all.
Maximum 3 Maximum compression. Normally not worth it because the compression ratio is almost the same as optimal but it is much slower.