mnabeelkhan / tableexport-for-vaadin

Automatically exported from code.google.com/p/tableexport-for-vaadin
0 stars 0 forks source link

support exporting to csv data format #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
https://vaadin.com/forum/-/message_boards/view_message/805194

Original issue reported on code.google.com by jnas...@gmail.com on 7 Oct 2011 at 10:02

GoogleCodeExporter commented 8 years ago
Completed.  This relies on the following code mentioned in the POI quick guide:

/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java

Incorporated this with minimal modifications.

Original comment by jnas...@gmail.com on 10 Oct 2011 at 7:47

GoogleCodeExporter commented 8 years ago
Should also mention there's a new class CsvExport which extends ExcelExport 
which should be used to get CSV files.  The demo application has an example of 
this.

Original comment by jnas...@gmail.com on 10 Oct 2011 at 7:51