#include <qstring.h>#include <qarray.h>#include <qlist.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <sys/types.h>#include <strings.h>Include dependency graph for Excel.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | DATEFORMAT 0x1 |
| #define | NUMBERFORMAT 0x2 |
| #define | BIFF8 0x600 |
| #define | BIFF7 0x500 |
| #define | WBKGLOBAL 0x5 |
| #define | WRKSHEET 0x10 |
| #define | XL_ARRAY 0x221 |
| #define | XL_BOUNDSHEET 0x85 |
| #define | XL_BOF 0x809 |
| #define | XL_BOOLERR 0x205 |
| #define | XL_CONTINUE 0x3c |
| #define | XL_DIMENSION 0x200 |
| #define | XL_EOF 0x0a |
| #define | XL_EXTSST 0xff |
| #define | XL_FORMULA 0x406 |
| #define | XL_FORMULA2 0x6 |
| #define | XL_FORMAT 0x41e |
| #define | XL_INDEX 0x20b |
| #define | XL_LABEL 0x204 |
| #define | XL_LABELSST 0xfd |
| #define | XL_MULRK 0xbd |
| #define | XL_NAME 0x18 |
| #define | XL_NOTE 0x1c |
| #define | XL_NUMBER 0x203 |
| #define | XL_RK 0x7e |
| #define | XL_RK2 0x27e |
| #define | XL_ROW 0x208 |
| #define | XL_SST 0xfc |
| #define | XL_STRING 0x207 |
| #define | XL_TXO 0x1b6 |
| #define | XL_XF 0xe0 |
| #define | XL_UNKNOWN 0xffff |
| #define | CELL_LABEL 0x2 |
| #define | CELL_NUMBER 0x3 |
| #define | CELL_DATE 0x4 |
| #define | CELL_BOOLEAN 0x5 |
| #define | CELL_ERROR 0x6 |
|
|
Definition at line 46 of file Excel.h. Referenced by ExcelBook::SeekBOF(). |
|
|
Definition at line 45 of file Excel.h. Referenced by ExcelBook::SeekBOF(). |
|
|
Definition at line 80 of file Excel.h. Referenced by ExcelBook::CellDataString(). |
|
|
Definition at line 79 of file Excel.h. Referenced by ExcelBook::CellDataString(). |
|
|
Definition at line 81 of file Excel.h. Referenced by ExcelBook::CellDataString(). |
|
|
Definition at line 77 of file Excel.h. Referenced by ExcelBook::CellDataString(), and ExcelBook::CellLabel(). |
|
|
Definition at line 78 of file Excel.h. Referenced by ExcelBook::CellDataString(), and ExcelBook::CellNumber(). |
|
|
Definition at line 42 of file Excel.h. Referenced by ExcelBook::CellDataString(). |
|
|
Definition at line 43 of file Excel.h. Referenced by ExcelBook::CellDataString(). |
|
|
Definition at line 47 of file Excel.h. Referenced by ExcelBook::SeekBOF(). |
|
|
Definition at line 48 of file Excel.h. Referenced by ExcelBook::SeekBOF(). |
|
|
|
|
|
Definition at line 52 of file Excel.h. Referenced by ExcelBook::SeekBOF(), and ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 53 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 51 of file Excel.h. Referenced by ExcelBook::ParseSheets(). |
|
|
Definition at line 54 of file Excel.h. Referenced by ExcelBook::HandleSST(), ExcelBook::ParseSheets(), and ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 55 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 56 of file Excel.h. Referenced by ExcelBook::ParseSheets(), and ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 57 of file Excel.h. Referenced by ExcelBook::ParseSheets(). |
|
|
Definition at line 60 of file Excel.h. Referenced by ExcelBook::ParseSheets(). |
|
|
Definition at line 58 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 59 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
|
|
|
Definition at line 62 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 63 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 64 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 65 of file Excel.h. Referenced by ExcelBook::ParseSheets(), and ExcelBook::SheetHandleRecord(). |
|
|
|
|
|
Definition at line 67 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 68 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 69 of file Excel.h. Referenced by ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 70 of file Excel.h. Referenced by ExcelBook::ParseSheets(), and ExcelBook::SheetHandleRecord(). |
|
|
Definition at line 71 of file Excel.h. Referenced by ExcelBook::ParseSheets(). |
|
|
|
|
|
Definition at line 73 of file Excel.h. Referenced by ExcelBook::ParseSheets(). |
|
|
|
|
|
Definition at line 74 of file Excel.h. Referenced by ExcelBook::ParseSheets(). |
1.4.2