8#ifndef ORCUS_ORCUS_CSV_HPP
9#define ORCUS_ORCUS_CSV_HPP
11#include "interface.hpp"
15namespace spreadsheet {
namespace iface {
22 std::unique_ptr<impl> mp_impl;
32 virtual void read_file(
const std::string& filepath)
override;
35 virtual std::string_view get_name()
const override;
Definition interface.hpp:24
Definition orcus_csv.hpp:20
virtual void read_stream(std::string_view stream) override
expects the whole content of the file
virtual void read_file(const std::string &filepath) override
expects a system path to a local file
Definition import_interface.hpp:898