简体   繁体   中英

Zip 'ing an Export Data's From JSP Page to Multiple Excel Sheets Both at same time (Export+ ZIP) in JAVA / JSP

In my Project i Have to Export Table Data's from many pages and export all the page as different sheets in a same Excel Document ...when Export to Excel button is clicked in each page the corresponding sheet is updated The excel document is same Export2Excel.xls

I have some how acomplished this task ...But?

They have now asked to zip the same file Export2Excel.xls after zipping it they said to reduce size of the Excel sheet...the catch is I have to create the excel file and create zip file both at the same click of button (Export to Excel)..

What to Do ...? SOS

Why not first create/update the excel file and create the zip afterwards? Just do it in the same servlet/backend method and use a defined name for the zip. Shouldn't be too hard. If you have to return the file I'd return the zip.

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