mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
doc info
This commit is contained in:
@ -264,7 +264,7 @@ namespace DocFileFormat
|
||||
if ((DocSummary) && (DocSummary->size() > 0))
|
||||
{
|
||||
XLS::CFStreamPtr stream = XLS::CFStreamPtr(new XLS::CFStream(DocSummary));
|
||||
summary_info.read(stream);
|
||||
summary_info.read(stream, true);
|
||||
|
||||
int document_code_page2 = summary_info.GetCodePage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user