I am using the smart service - "Export Data Store Entity to Excel" to convert my CDT data into excel file (.xlsx). I could able to get the desired data in excel. The issue is when I pass this system generated file (excel file) to the Aspose system via integration, I receive this error - "The Excel file is corrupted or not a valid Excel file." at aspose end. I checked opening this file in Linux server i.e. aspose server, I couldnt open the file. I could able to open the same in my local and from my Appian UI. Can you please help to know why it says file is corrupted in aspose end? Thanks in advance!
Discussion posts and replies are publicly visible
Do you see any information in log? COuld you share it?
You mean Appian logs or Aspose logs ?
Yes, both of them please.
But, I am not supposed to share logs as I have codes in it. I checked the logs already, the same is working fine for manually uploaded excel. I face issue only with the system generated excel file .xlsx says its corrupted.
It's probably related to how you're sending the file through the integration... If you open the file before sending it... does it open correctly?
yes, as I have mentioned earlier in my question, when I open the same file in my local, its opening without any issue.
So the problem is related with the integration, could you share details about it?
Hi pavithradevir9178 I just wanted to check if you tried downloading the Excel file onto your system. Please open it to verify if the file format is correct, and then save it again as a .xlsx file. After that, try posting it to the Aspose system to test whether it works.
David, I checked the same flow by updating manually, that case the integration is happening fine. So there is no issue in integration. Only the file opened in Linux server says corrupted.
Yes, I could able to download the file in my system. The file type is xlsx and Im not sure what do you mean by to check the file format? How to check that ? The same file even saved again with .xlsx, I get the same file corrupted issue at aspose server end.