export_sheet
Defined in header: <orcus/spreadsheet/export_interface.hpp>
-
class export_sheet
Interface for exporting sheet contents.
Public Functions
-
virtual ~export_sheet()
-
virtual void write_string(std::ostream &os, orcus::spreadsheet::row_t row, orcus::spreadsheet::col_t col) const = 0
Write the content of a cell to an output stream.
- Parameters:
os – output stream to write the cell content to.
row – 0-based row position of a cell.
col – 0-based column position of a cell.
-
virtual ~export_sheet()