summaryrefslogtreecommitdiffstats
path: root/src/xlsx.h
blob: b47e6b08c12cb6931a01f6d971e1c7d7c7776e48 (plain)
1
2
3
4
5
6
7
8
#ifdef XLSX
#include <libxml/tree.h>
void get_sheet_data(xmlDocPtr doc, xmlDocPtr doc_strings, xmlDocPtr doc_styles);
char * get_xlsx_string(xmlDocPtr doc, int pos);
char * get_xlsx_styles(xmlDocPtr doc_styles, int pos);
char * get_xlsx_number_format_by_id(xmlDocPtr doc_styles, int id);
#endif
int open_xlsx(char * fname, char * encoding);