ignore row styles for now

This commit is contained in:
Thomas Fussell 2016-10-23 21:12:47 -04:00
parent 0a80c302b3
commit 17b934852c

View File

@ -1571,6 +1571,16 @@ void xlsx_consumer::read_worksheet(const std::string &rel_id)
max_column = full_range.get_bottom_right().get_column_index();
}
if (parser().attribute_present("customFormat"))
{
parser().attribute("customFormat");
}
if (parser().attribute_present("s"))
{
parser().attribute("s");
}
while (true)
{
if (parser().peek() == xml::parser::event_type::end_element) break;