From 2305eae8b6ec2986ca09a2f02e652c9b93c78e2e Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Fri, 16 Jun 2017 09:11:42 -0400 Subject: [PATCH] pass streaming arg to read_part --- source/detail/serialization/xlsx_consumer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/detail/serialization/xlsx_consumer.cpp b/source/detail/serialization/xlsx_consumer.cpp index 81324503..89161fd7 100644 --- a/source/detail/serialization/xlsx_consumer.cpp +++ b/source/detail/serialization/xlsx_consumer.cpp @@ -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