|
| orcus_json (const orcus_json &)=delete |
|
orcus_json & | operator= (const orcus_json &)=delete |
|
| orcus_json (spreadsheet::iface::import_factory *im_fact) |
|
void | set_cell_link (const pstring &path, const pstring &sheet, spreadsheet::row_t row, spreadsheet::col_t col) |
|
void | start_range (const pstring &sheet, spreadsheet::row_t row, spreadsheet::col_t col, bool row_header) |
|
void | append_field_link (const pstring &path, const pstring &label) |
|
void | set_range_row_group (const pstring &path) |
|
void | commit_range () |
|
void | append_sheet (const pstring &name) |
|
void | read_stream (const char *p, size_t n) |
|
void | read_map_definition (const char *p, size_t n) |
|
void | detect_map_definition (const char *p, size_t n) |
|