pivot table build on server

This commit is contained in:
Oleg Korshul
2017-09-12 14:11:57 +03:00
parent a67eb5644d
commit ed373b7e2d
5 changed files with 48 additions and 18 deletions

View File

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