ARAGORN89 / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

Convert CSV to XLS #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I have a .csv file

What is the expected output? What do you see instead?
I would like to convert it to a .xls file.  How can I do that?

What version of the product are you using? On what operating system?
I am using the most updated version - os windows 7

Please provide any additional information below.

Original issue reported on code.google.com by chani...@gmail.com on 18 Mar 2012 at 10:41

GoogleCodeExporter commented 9 years ago
Use FileHelper (http://filehelpers.sourceforge.net/) or other libraries to read 
CSV and then write to XLS file.

Original comment by jetcat on 1 Mar 2013 at 11:05