To further clarify, the CSV file does not support formats, it is a
collection of Comma Separated Values.
Open a CSV file in Notepad or any other text editor and you'll see
this.
Thus when you export from Excel you loose any formatting.
If you need the values from a Spreadsheet, that was exported to CSV,
formatted in a specific way you will need to re-apply that formatting
in your Ruby
code after reading in the csv file.
Joe
On Aug 14, 3:18 am, Thomas Preymesser <
tho...@gmail.com> wrote:
> Hello Kajal,
>