Best fit (#1)

* bestFit change

remove from skip_attributes list

* update bestFit commit 

error compiling  std::vector<std::string>
This commit is contained in:
sukoi26 2018-07-19 14:05:28 +02:00 committed by GitHub
parent c0a90ccb7f
commit 016c95bb4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -601,7 +601,7 @@ std::string xlsx_consumer::read_worksheet_begin(const std::string &rel_id)
{
expect_start_element(qn("spreadsheetml", "col"), xml::content::simple);
skip_attributes({"bestFit", "collapsed", "outlineLevel"});
skip_attributes(std::vector<std::string>{"collapsed", "outlineLevel"});
auto min = static_cast<column_t::index_t>(std::stoull(parser().attribute("min")));
auto max = static_cast<column_t::index_t>(std::stoull(parser().attribute("max")));