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"
20namespace 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);
Definition: orcus_json.hpp:27
void detect_map_definition(const char *p, size_t n)
void read_map_definition(const char *p, size_t n)
Definition: pstring.hpp:28
Definition: import_interface.hpp:882