8#ifndef INCLUDED_ORCUS_SPREADSHEET_EXPORT_INTERFACE_HPP
9#define INCLUDED_ORCUS_SPREADSHEET_EXPORT_INTERFACE_HPP
16namespace orcus {
namespace spreadsheet {
namespace iface {
33 virtual void write_string(std::ostream& os, orcus::spreadsheet::row_t row, orcus::spreadsheet::col_t col)
const = 0;
Definition: export_interface.hpp:40
virtual const export_sheet * get_sheet(std::string_view sheet_name) const =0
Definition: export_interface.hpp:22
virtual void write_string(std::ostream &os, orcus::spreadsheet::row_t row, orcus::spreadsheet::col_t col) const =0