8 #ifndef INCLUDED_ORCUS_ORCUS_JSON_HPP 9 #define INCLUDED_ORCUS_ORCUS_JSON_HPP 11 #include "orcus/env.hpp" 12 #include "orcus/spreadsheet/types.hpp" 20 namespace spreadsheet {
namespace iface {
29 std::unique_ptr<impl> mp_impl;
39 void set_cell_link(
const pstring& path,
const pstring& sheet, spreadsheet::row_t row, spreadsheet::col_t col);
42 const pstring& sheet, spreadsheet::row_t row, spreadsheet::col_t col,
bool row_header);
45 void set_range_row_group(
const pstring& path);
48 void append_sheet(
const pstring& name);
50 void read_stream(
const char* p,
size_t n);
60 void read_map_definition(
const char* p,
size_t n);
69 void detect_map_definition(
const char* p,
size_t n);
Definition: pstring.hpp:27
Definition: import_interface.hpp:881
Definition: base64.hpp:15
Definition: orcus_json.hpp:26