View Raw SPL
/* xl.h - Excel file format constants */
#ifndef _INC_XL_H
#define _INC_XL_H
#define xlWorkbook -4143 /* Microsoft Excel Workbook */
#define xlHTML 44 /* Web Page */
#define xlTemplate 17 /* Template */
#define xlPlatformText -4158 /* Text (Tab Delimited) */
#define xlUnicodeText 42 /* Unicode Text */
#define xlExcel5 39 /* Microsoft Excel 5.0/95 Workbook */
#define xlExcel7 39 /* Microsoft Excel 5.0/95 Workbook */
#define xlExcel9795 43 /* Microsoft Excel 97-2000 & 5.0/95 Workbook */
#define xlCSV 6 /* CSV (Comma Delimited) */
#define xlExcel4 33 /* Microsoft Excel 4.0 Worksheet */
#define xlExcel3 29 /* Microsoft Excel 3.0 Worksheet */
#define xlExcel2 16 /* Microsoft Excel 2.1 Worksheet */
#define xl4Workbook 35 /* Microsoft Excel 4.0 Workbook */
#define xlWK4 38 /* WK4 (1-2-3) */
#define xlWK3FM3 32 /* WK3, FM3 (1-2-3) */
#define xlWK3FM3 15 /* WK3 (1-2-3) */
#define xlWK1FMT 30 /* WK1, FMT (1-2-3) */
#define xlWK1ALL 31 /* WK1, ALL (1-2-3) */
#define xlWK1 5 /* WK1 (1-2-3) */
#define xlWKS 4 /* WKS (1-2-3) */
#define xlWQ1 34 /* WQ1 (Quattro Pro/DOS) */
#define xlDBF4 11 /* DBF 4 (dBASE IV) */
#define xlDBF3 8 /* DBF 3 (dBASE III) */
#define xlDBF2 7 /* DBF 2 (dBASE II) */
#define xlTextPrinter 36 /* Formatted Text (Space Delimited) */
#define xlTextMac 19 /* Text (Macintosh) */
#define xlTextMSDOS 21 /* Text (MS-DOS) */
#define xlCSVMac 22 /* CSV (Macintosh) */
#define xlCSVMSDOS 24 /* CSV (MS-DOS) */
#define xlDIF 9 /* DIF (Data Interchange Format) */
#define xlSYLK 2 /* SYLK (Symbolic Link) */
#endif /* _INC_XL_H */