Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Excel.h File Reference

#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


Define Documentation

#define BIFF7   0x500
 

Definition at line 46 of file Excel.h.

Referenced by ExcelBook::SeekBOF().

#define BIFF8   0x600
 

Definition at line 45 of file Excel.h.

Referenced by ExcelBook::SeekBOF().

#define CELL_BOOLEAN   0x5
 

Definition at line 80 of file Excel.h.

Referenced by ExcelBook::CellDataString().

#define CELL_DATE   0x4
 

Definition at line 79 of file Excel.h.

Referenced by ExcelBook::CellDataString().

#define CELL_ERROR   0x6
 

Definition at line 81 of file Excel.h.

Referenced by ExcelBook::CellDataString().

#define CELL_LABEL   0x2
 

Definition at line 77 of file Excel.h.

Referenced by ExcelBook::CellDataString(), and ExcelBook::CellLabel().

#define CELL_NUMBER   0x3
 

Definition at line 78 of file Excel.h.

Referenced by ExcelBook::CellDataString(), and ExcelBook::CellNumber().

#define DATEFORMAT   0x1
 

Definition at line 42 of file Excel.h.

Referenced by ExcelBook::CellDataString().

#define NUMBERFORMAT   0x2
 

Definition at line 43 of file Excel.h.

Referenced by ExcelBook::CellDataString().

#define WBKGLOBAL   0x5
 

Definition at line 47 of file Excel.h.

Referenced by ExcelBook::SeekBOF().

#define WRKSHEET   0x10
 

Definition at line 48 of file Excel.h.

Referenced by ExcelBook::SeekBOF().

#define XL_ARRAY   0x221
 

Definition at line 50 of file Excel.h.

#define XL_BOF   0x809
 

Definition at line 52 of file Excel.h.

Referenced by ExcelBook::SeekBOF(), and ExcelBook::SheetHandleRecord().

#define XL_BOOLERR   0x205
 

Definition at line 53 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_BOUNDSHEET   0x85
 

Definition at line 51 of file Excel.h.

Referenced by ExcelBook::ParseSheets().

#define XL_CONTINUE   0x3c
 

Definition at line 54 of file Excel.h.

Referenced by ExcelBook::HandleSST(), ExcelBook::ParseSheets(), and ExcelBook::SheetHandleRecord().

#define XL_DIMENSION   0x200
 

Definition at line 55 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_EOF   0x0a
 

Definition at line 56 of file Excel.h.

Referenced by ExcelBook::ParseSheets(), and ExcelBook::SheetHandleRecord().

#define XL_EXTSST   0xff
 

Definition at line 57 of file Excel.h.

Referenced by ExcelBook::ParseSheets().

#define XL_FORMAT   0x41e
 

Definition at line 60 of file Excel.h.

Referenced by ExcelBook::ParseSheets().

#define XL_FORMULA   0x406
 

Definition at line 58 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_FORMULA2   0x6
 

Definition at line 59 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_INDEX   0x20b
 

Definition at line 61 of file Excel.h.

#define XL_LABEL   0x204
 

Definition at line 62 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_LABELSST   0xfd
 

Definition at line 63 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_MULRK   0xbd
 

Definition at line 64 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_NAME   0x18
 

Definition at line 65 of file Excel.h.

Referenced by ExcelBook::ParseSheets(), and ExcelBook::SheetHandleRecord().

#define XL_NOTE   0x1c
 

Definition at line 66 of file Excel.h.

#define XL_NUMBER   0x203
 

Definition at line 67 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_RK   0x7e
 

Definition at line 68 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_RK2   0x27e
 

Definition at line 69 of file Excel.h.

Referenced by ExcelBook::SheetHandleRecord().

#define XL_ROW   0x208
 

Definition at line 70 of file Excel.h.

Referenced by ExcelBook::ParseSheets(), and ExcelBook::SheetHandleRecord().

#define XL_SST   0xfc
 

Definition at line 71 of file Excel.h.

Referenced by ExcelBook::ParseSheets().

#define XL_STRING   0x207
 

Definition at line 72 of file Excel.h.

#define XL_TXO   0x1b6
 

Definition at line 73 of file Excel.h.

Referenced by ExcelBook::ParseSheets().

#define XL_UNKNOWN   0xffff
 

Definition at line 75 of file Excel.h.

#define XL_XF   0xe0
 

Definition at line 74 of file Excel.h.

Referenced by ExcelBook::ParseSheets().


Generated on Sat Nov 5 16:50:49 2005 for OPIE by  doxygen 1.4.2