mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-16 04:01:31 +08:00
XlsFormat - support macros
x2t - oom->oox
This commit is contained in:
@ -61,7 +61,7 @@ HRESULT convert_single(std::wstring fileName)
|
||||
std::wstring outputDir = NSDirectory::GetFolderPath(dstPath);
|
||||
std::wstring dstTempPath = NSDirectory::CreateDirectoryWithUniqueName(outputDir);
|
||||
|
||||
hr = ConvertXls2Xlsx(srcFileName, dstTempPath, L"password", L"C:\\Windows\\Fonts", NULL);
|
||||
hr = ConvertXls2Xlsx(srcFileName, dstTempPath, L"password", L"C:\\Windows\\Fonts", NULL, true);
|
||||
|
||||
if (hr == S_OK)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user