excel « CSV file « Java I/O Q&A





1. Creating and Editing Excel Documents (.csv) with Java    stackoverflow.com

For this project I'm working on, I want to take multiple excel sheets and then merge them into one, manipulating the data as I please to make everything a little more ...

2. French, Spanish accented characters does not display correctly in Excel    stackoverflow.com

I am trying to generate reports in different languages like French, Spanish, etc. The report is being viewed using MS Excel 2007, It displays OK in English but not in French ...

3. How to create an Excel file based on CSV file using Java?    stackoverflow.com

I have a requirement to create an XLS file on the basis of a CSV file using Java. Please suppest to me which API is best to create excel file. Thanks

4. Problems with special characters in Microsoft Excel    stackoverflow.com

In a Java portlet I'm offering files to download through the serveResource(...) method. I'm calling

response.getPortletOutputStream().write(byteArray);
This byte array contains some special characters in German, for example Ä, Ü or ö. The ...

6. CSV files to a single excel file    forums.oracle.com

Hi All! I would like to ask regarding the conversion of CSV files into a single Excel file. I am planning to combine all my 8 csv files into a single excel file being separted by sheets. each csv file will be converted in to a worksheet and be added to the excel workbook file. Any idea? I've heard about POI ...