8#ifndef ORCUS_ORCUS_GNUMERIC_HPP
9#define ORCUS_ORCUS_GNUMERIC_HPP
11#include "interface.hpp"
18namespace spreadsheet {
namespace iface {
class import_factory; }}
23 std::unique_ptr<impl> mp_impl;
32 static bool detect(std::string_view strm);
34 virtual void read_file(std::string_view filepath)
override;
35 virtual void read_file(std::u16string_view filepath)
override;
38 virtual std::string_view
get_name()
const override;
Definition interface.hpp:27
Definition orcus_gnumeric.hpp:21
virtual std::string_view get_name() const override
virtual void read_file(std::string_view filepath) override
virtual void read_stream(std::string_view stream) override
Definition import_interface.hpp:1184