ignore dateCompatibility attribute too

This commit is contained in:
Thomas Fussell 2017-05-08 11:38:10 -04:00
parent 4aff818a87
commit 7ddd290e92

View File

@ -514,6 +514,7 @@ void xlsx_consumer::read_office_document(const std::string &content_type) // CT_
skip_attribute("autoCompressPictures"); // optional, bool=true
skip_attribute("refreshAllConnections"); // optional, bool=false
skip_attribute("defaultThemeVersion"); // optional, uint
skip_attribute("dateCompatibility"); // optional, bool (undocumented)
}
else if (current_workbook_element == qn("workbook", "workbookProtection")) // CT_WorkbookProtection 0-1
{