Orcus
|
#include <export_interface.hpp>
Public Member Functions | |
virtual void | write_string (std::ostream &os, orcus::spreadsheet::row_t row, orcus::spreadsheet::col_t col) const =0 |
Interface for exporting sheet contents.
|
pure virtual |
Write the content of a cell to an output stream.
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. |