mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
for bug #74531
This commit is contained in:
@ -54,6 +54,7 @@ namespace NExtractTools
|
||||
SerializeCommon::ReadFileType(params.getXmlOptions(), fileType, nCodePage, sDelimiter, saveFileType, lcid);
|
||||
|
||||
CSVReader csvReader;
|
||||
csvReader.readToxmlCache_ = true;
|
||||
_UINT32 nRes = csvReader.Read(sFrom, oXlsx, nCodePage, sDelimiter, lcid);
|
||||
|
||||
if (SUCCEEDED_X2T(nRes))
|
||||
|
||||
Reference in New Issue
Block a user