XlsFormat - support macros

x2t  - oom->oox
This commit is contained in:
ElenaSubbotina
2017-09-01 13:29:13 +03:00
parent 89b384abfe
commit d6cd7c30f5
15 changed files with 488 additions and 53 deletions

View File

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