List of all members.
Public Member Functions |
| | XlsManager (File file) throws IOException |
| | XlsManager (File file, boolean load) throws IOException, BiffException |
|
| XlsManager (String file) throws IOException |
|
void | SaveAndClose () |
| void | createNewPage (String title) |
|
void | setPageName (String name) |
|
void | addImage (WritableImage image) |
|
void | setLabel (int x, int y, String texte, Colour background) |
|
void | setLabel (int x, int y, String texte) |
|
void | setNumber (int x, int y, double n, Colour background) |
|
void | setNumber (int x, int y, double n) |
|
WritableSheet | getExcelPage () |
Package Attributes |
|
WritableSheet | excelPage = null |
|
WritableWorkbook | excelWorkbook |
Detailed Description
Simple manager of excel data
- Author:
- fab
Constructor & Destructor Documentation
| icy.file.xls.XlsManager.XlsManager |
( |
File |
file | ) |
throws IOException |
Create a new file, overwritting existing one.
- Parameters:
-
- Exceptions:
-
| icy.file.xls.XlsManager.XlsManager |
( |
File |
file, |
|
|
boolean |
load |
|
) |
| throws IOException, BiffException |
load from existing file
- Parameters:
-
- Exceptions:
-
| IOException | |
| BiffException | |
Member Function Documentation
| void icy.file.xls.XlsManager.createNewPage |
( |
String |
title | ) |
|
Create a new page. If the page already exists, add an incremented number for distinction.
- Parameters:
-
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/quia2/ICY Kernel/icy/file/xls/XlsManager.java