filters
Swinder::Workbook Class Reference
List of all members.Detailed Description
Definition at line 30 of file workbook.h.
Public Member Functions | |
| Workbook () | |
| virtual | ~Workbook () |
| void | clear () |
| bool | load (const char *filename) |
| void | appendSheet (Sheet *sheet) |
| unsigned | sheetCount () const |
| Sheet * | sheet (unsigned index) |
| int | indexOf (Sheet *sheet) |
| bool | autoCalc () const |
| void | setAutoCalc (bool a) |
| bool | isPasswordProtected () const |
| void | setPasswordProtected (bool p) |
| void | setFormat (int index, const Format &format) |
| const Format & | format (int index) const |
| const int | maxFormatIndex () const |
The documentation for this class was generated from the following files:

