Hi Aspose forum
We want to use the following compression properties in our application.properties to compress our exported excel and ppt files but these properties do not seem to work.
server.compression.enabled=true
s…... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...OoxmlSaveOptions(SaveFormat.XLSX); saveOptions.setCompressionType(9); Also, is...