bestFit change

remove from skip_attributes list
This commit is contained in:
sukoi26 2018-07-19 12:49:32 +02:00 committed by GitHub
parent c0a90ccb7f
commit 4f9e8ab37f
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({"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")));