mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
pass streaming arg to read_part
This commit is contained in:
parent
7834b564f4
commit
2305eae8b6
|
@ -375,7 +375,7 @@ void xlsx_consumer::populate_workbook(bool streaming)
|
|||
}
|
||||
|
||||
read_part({ manifest().relationship(root_path,
|
||||
relationship_type::office_document) }, true);
|
||||
relationship_type::office_document) }, streaming);
|
||||
}
|
||||
|
||||
// Package Parts
|
||||
|
|
Loading…
Reference in New Issue
Block a user