8 #ifndef ORCUS_ORCUS_XLS_XML_HPP 9 #define ORCUS_ORCUS_XLS_XML_HPP 11 #include "interface.hpp" 15 namespace spreadsheet {
namespace iface {
class import_factory; }}
17 struct orcus_xls_xml_impl;
22 orcus_xls_xml& operator= (
const orcus_xls_xml&);
28 static bool detect(
const unsigned char* blob,
size_t size);
30 virtual void read_file(
const std::string& filepath);
31 virtual void read_stream(
const char* content,
size_t len);
33 virtual const char* get_name()
const;
36 orcus_xls_xml_impl* mp_impl;
Definition: import_interface.hpp:685
Definition: orcus_xls_xml.hpp:19
Definition: base64.hpp:15
Definition: interface.hpp:21