pass streaming arg to read_part

This commit is contained in:
Thomas Fussell 2017-06-16 09:11:42 -04:00
parent 7834b564f4
commit 2305eae8b6

View File

@ -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