FIX: Adds shared_strings dict for performance reasons
NB: There are not benchmarks yet
This commit is contained in:
@@ -362,6 +362,7 @@ impl Model {
|
||||
|
||||
let mut model = Model {
|
||||
workbook,
|
||||
shared_strings: HashMap::new(),
|
||||
parsed_formulas,
|
||||
parsed_defined_names: HashMap::new(),
|
||||
parser,
|
||||
|
||||
Reference in New Issue
Block a user