mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
ensure all unused formula attributes are skipped for #88
This commit is contained in:
parent
a8eadc1df5
commit
beca771ef2
|
@ -1592,7 +1592,8 @@ void xlsx_consumer::read_worksheet(const std::string &rel_id)
|
|||
has_shared_formula = parser().attribute("t") == "shared";
|
||||
}
|
||||
|
||||
skip_attributes({"aca", "ref", "dt2D", "dtr", "del1", "del2", "r1", "r2", "ca", "si", "bx"});
|
||||
skip_attributes({"aca", "ref", "dt2D", "dtr", "del1", "del2",
|
||||
"r1", "r2", "ca", "si", "bx"});
|
||||
|
||||
formula_value_string = read_text();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user