|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.workbook.io.XLWriter
This class takes a JWorkbook object and saves it to an XL compatible file format. The POI/HSSF library (http://sourceforge.net/projects/poi) is being used to achieve this. POI/HSSF doesn't have all the functions we require yet (e.g. formula support) so the .xls file will be missing some information. However, as new versions of POI/HSSF are released, this will improve.
Constructor Summary | |
XLWriter()
Constructs an XLWriter. |
Method Summary | |
void |
saveWorkbook(JWorkbook workbook,
java.lang.String filename)
Saves the workbook in an XL compatible file format. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XLWriter()
Method Detail |
public void saveWorkbook(JWorkbook workbook, java.lang.String filename) throws java.io.IOException
workbook
- the workbook.filename
- the name of the file.
java.io.IOException
- if there is an I/O problem.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |