export_factory
Defined in header: <orcus/spreadsheet/factory.hpp>
-
class export_factory : public orcus::spreadsheet::iface::export_factory
Wraps document store and faciliates export of its content.
Warning
It currently provides very limited functionality especially when compared to that of the import_factory.
Public Functions
-
virtual ~export_factory()
-
virtual const iface::export_sheet *get_sheet(std::string_view sheet_name) const override
Obtain an interface for exporting sheet content.
- Parameters:
sheet_name – name of the sheet to export.
- Returns:
pointer to an interface for exporting sheet content.
-
virtual ~export_factory()