OoxmlCompressionType
OoxmlCompressionType
Utility class containing constants. The Ooxml compression type
Values
| Name | Description |
|---|---|
| LEVEL_1 | The fastest but least effective compression. |
| LEVEL_2 | A little slower, but better, than level 1. |
| LEVEL_3 | A little slower, but better, than level 2. |
| LEVEL_4 | A little slower, but better, than level 3. |
| LEVEL_5 | A little slower than level 4, but with better compression. |
| LEVEL_6 | A good balance of speed and compression efficiency. |
| LEVEL_7 | Pretty good compression! |
| LEVEL_8 | Better compression than Level7! |
| LEVEL_9 | The “best” compression, where best means greatest reduction in size of the input data stream. This is also the slowest compression. |