aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes webapp - exporting to excel problem with csv Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "webapp - exporting to excel problem with csv" Watch "webapp - exporting to excel problem with csv" New topic
Author

webapp - exporting to excel problem with csv

anish joseph
Greenhorn

Joined: May 16, 2007
Posts: 4
I am trying to export some data that has chinese characters to an excel file.
What i have done so far is this:

Now when the export happens the browser asks if the file needs to be opened/saved? If i open the file then i DONT see the chinese characters. However, if i save the file as somefile.txt and open this with excel (outside the browser) then Excel takes me thru a small wizard and the chines characters show up correctly.

Its clear that the characters are being correctly generated in the servlet and sent (since when i save the file and open it the correct strings are in there). Any help would be appreciated.

thanks
-monk
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: webapp - exporting to excel problem with csv
 
Similar Threads
does excel support utf-8 encoding?
How to export the chinese character to excel using ExcelCSVPrinter. Open the file within browser
Character Encoding
Reading a UTF-8 file & Writing it to a UTF-8 file
How to export Non-English Data from jsp file to excel file