Enum CompressionStrategy
Describes options for how the compression algorithm is executed. Different strategies work better on different sorts of data. The strategy parameter can affect the compression ratio and the speed of compression but not the correctness of the compresssion.
Namespace: OfficeOpenXml.Packaging.Ionic.Zlib
Assembly: EPPlus.dll
Syntax
public enum CompressionStrategy
Fields
Name | Description |
---|---|
Default | The default strategy is probably the best for normal data. |
Filtered | The |
HuffmanOnly | Using |