D
damerlaroja
We are trying to export data from jsp to excel using
response.setContentType("application/vnd.ms-excel");
But after export, the file size(85MB) is becoming 10times more than the
normal excel(8MB, When copied the data manually).
But even after saving the file, we are not able to open the excel file.
Any help in this regard is highly appreciated.
response.setContentType("application/vnd.ms-excel");
But after export, the file size(85MB) is becoming 10times more than the
normal excel(8MB, When copied the data manually).
But even after saving the file, we are not able to open the excel file.
Any help in this regard is highly appreciated.