mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
ignore dateCompatibility attribute too
This commit is contained in:
parent
4aff818a87
commit
7ddd290e92
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user