简体   繁体   中英

Unable to compress excel file (XLSX or XLS) using java

In one of java sprint MVC based application, i need to compress size of excel file, because application is unable to send email attachment. any one please help

The formats with 'x' at the end are actually zip archives, so any more compression is moot. You could unzip the Excel sheet and look for data based compression.

  • Images in lower resolution.
  • Excel XML with less repetition of styles, attributes.
  • Repeated expressions.
  • Maybe there are embedded fonts.

Here is a tutorial of how to Zip single/multiple files in Java which should get you what you require: http://www.kscodes.com/java/how-to-compress-files-in-java/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM