| JDataGrid can import and export the standard spreadsheet file format, such as Excel xls file, Excel xml file, comma separated file, you can also export the spreadsheet to Web page, PDF file. |
Code Samples:
|
Code Samples:
|
The ModelIO provides the support for importing or exporting EXCEL file, it requires third-party Java class library. Currently both the HSSF of the Apache POI and JExcelAPI are supported.
Download Apache POI HSSf from:
http://jakarta.apache.org/poi/hssf/index.html
Download JExcelAPI from:
http://jexcelapi.sourceforge.net/Note:Please ensure putting these Java class library in the classpath.
Code Samples:
|