mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
pivot table build on server
This commit is contained in:
@ -76,6 +76,7 @@ public:
|
||||
{
|
||||
m_sTmpFolder = m_sWorkerFolder + L"/nativeZip";
|
||||
COfficeUtils oUtils;
|
||||
NSDirectory::CreateDirectory(m_sTmpFolder);
|
||||
if (S_OK != oUtils.ExtractToDirectory(sFile, m_sTmpFolder, NULL, 0))
|
||||
return false;
|
||||
|
||||
@ -102,6 +103,7 @@ public:
|
||||
m_sTmpFolder = m_sWorkerFolder + L"/nativeZip";
|
||||
|
||||
COfficeUtils oUtils;
|
||||
NSDirectory::CreateDirectory(m_sTmpFolder);
|
||||
if (S_OK != oUtils.ExtractToDirectory(sTmpFile, m_sTmpFolder, NULL, 0))
|
||||
{
|
||||
NSFile::CFileBinary::Remove(sTmpFile);
|
||||
|
||||
Reference in New Issue
Block a user