FIX: Adds shared_strings dict for performance reasons

NB: There are not benchmarks yet
This commit is contained in:
Nicolás Hatcher
2023-12-08 11:27:21 +01:00
parent 3ef6485393
commit 67e8b0ce14
2 changed files with 15 additions and 10 deletions

View File

@@ -362,6 +362,7 @@ impl Model {
let mut model = Model {
workbook,
shared_strings: HashMap::new(),
parsed_formulas,
parsed_defined_names: HashMap::new(),
parser,