10#include "./interface.hpp"
11#include "./spreadsheet/import_interface.hpp"
15namespace spreadsheet {
namespace iface {
class import_factory; }}
27 static bool detect(std::string_view strm);
29 virtual void read_file(std::string_view filepath)
override;
30 virtual void read_file(std::u16string_view filepath)
override;
33 virtual std::string_view
get_name()
const override;
37 std::unique_ptr<impl> mp_impl;
Definition interface.hpp:27
Definition orcus_parquet.hpp:18
virtual std::string_view get_name() const override
virtual void read_stream(std::string_view stream) override
virtual void read_file(std::string_view filepath) override
Definition import_interface.hpp:1184