|
Orcus
|
Public Member Functions | |
| orcus_gnumeric (const orcus_gnumeric &)=delete | |
| orcus_gnumeric & | operator= (const orcus_gnumeric &)=delete |
| orcus_gnumeric (spreadsheet::iface::import_factory *factory) | |
| virtual void | read_file (const std::string &filepath) override |
| expects a system path to a local file More... | |
| virtual void | read_stream (std::string_view stream) override |
| expects the whole content of the file More... | |
| virtual std::string_view | get_name () const override |
Public Member Functions inherited from orcus::iface::import_filter | |
| import_filter (format_t input) | |
| virtual void | read_file (const std::string &filepath)=0 |
| expects a system path to a local file More... | |
| virtual void | read_stream (std::string_view stream)=0 |
| expects the whole content of the file More... | |
| virtual std::string_view | get_name () const =0 |
| void | set_config (const orcus::config &v) |
| const orcus::config & | get_config () const |
Static Public Member Functions | |
| static bool | detect (const unsigned char *blob, size_t size) |
|
overridevirtual |
Implements orcus::iface::import_filter.
|
overridevirtual |
expects a system path to a local file
Implements orcus::iface::import_filter.
|
overridevirtual |
expects the whole content of the file
Implements orcus::iface::import_filter.