SimpleXlsx  r0.19
 All Classes Namespaces Functions Variables Enumerations Pages
XlsxHeaders.h
1 #ifndef __XLSX_HEADERS_H__
2 #define __XLSX_HEADERS_H__
3 
4 extern const TCHAR *ns_content_types;
5 extern const TCHAR *content_printer;
6 extern const TCHAR *content_rels;
7 extern const TCHAR *content_xml;
8 extern const TCHAR *content_book;
9 extern const TCHAR *content_sheet;
10 extern const TCHAR *content_theme;
11 extern const TCHAR *content_styles;
12 extern const TCHAR *content_sharedStr;
13 extern const TCHAR *content_comment;
14 extern const TCHAR *content_vml;
15 extern const TCHAR *content_core;
16 extern const TCHAR *content_app;
17 extern const TCHAR *content_chart;
18 extern const TCHAR *content_drawing;
19 extern const TCHAR *content_chartsheet;
20 extern const TCHAR *content_chain;
21 
22 extern const TCHAR *ns_relationships;
23 extern const TCHAR *type_book;
24 extern const TCHAR *type_core;
25 extern const TCHAR *type_app;
26 
27 extern const TCHAR *ns_cp;
28 extern const TCHAR *ns_dc;
29 extern const TCHAR *ns_dcterms;
30 extern const TCHAR *ns_dcmitype;
31 extern const TCHAR *ns_xsi;
32 
33 extern const TCHAR *xsi_type;
34 
35 extern const TCHAR *ns_doc_prop;
36 extern const TCHAR *ns_vt;
37 
38 extern const TCHAR *ns_book;
39 extern const TCHAR *ns_book_r;
40 
41 extern const TCHAR *ns_mc;
42 extern const TCHAR *ns_x14ac;
43 
44 extern const TCHAR *ns_x14;
45 
46 extern const TCHAR *type_comments;
47 extern const TCHAR *type_vml;
48 extern const TCHAR *type_sheet;
49 extern const TCHAR *type_style;
50 extern const TCHAR *type_sharedStr;
51 extern const TCHAR *type_theme;
52 extern const TCHAR *type_chain;
53 extern const TCHAR *type_chartsheet;
54 extern const TCHAR *type_chart;
55 extern const TCHAR *type_drawing;
56 
57 extern const TCHAR *ns_a;
58 extern const TCHAR *ns_c;
59 extern const TCHAR *ns_xdr;
60 
61 #endif // __XLSX_HEADERS_H__