8 #ifndef INCLUDED_ORCUS_ORCUS_XML_HPP
9 #define INCLUDED_ORCUS_ORCUS_XML_HPP
12 #include "spreadsheet/types.hpp"
19 class xmlns_repository;
21 namespace spreadsheet {
namespace iface {
29 std::unique_ptr<impl> mp_impl;
60 void set_cell_link(std::string_view xpath, std::string_view sheet, spreadsheet::row_t row, spreadsheet::col_t col);
70 void start_range(std::string_view sheet, spreadsheet::row_t row, spreadsheet::col_t col);
149 void write(std::string_view stream, std::ostream& out)
const;