- Home
- Forum
- JavaScript - EJ 2
- Spreadsheet file not opening/file open api returnig status 500
Spreadsheet file not opening/file open api returnig status 500
|
created () {
fetch(
https://js.syncfusion.com/demos/ejservices/data/Spreadsheet/LargeData.xlsx // provide your server path for excel file
).then(response => {
response.blob().then(fileBlob => {
var file = new File([fileBlob], "Sample.xlsx");
this.spreadsheetObj.open({ file: file }); // To open the excel file
});
});
} |
- Request URL:https://ej2services.syncfusion.com/production/web-services/api/spreadsheet/open
Issue occur with latest version ( formula, hyperlink)
Hi gofeatureus,
Before, we proceed further please share the below details.
1. Please share the saved JSON data of spreadsheet by using saveAsJson method in the text file format (which contains applied formula details).
2. If you are facing this issue with the imported file, please share it to us.
3.Please share the stack trace of the issue that you are facing
4. Please confirm whether you are using the latest scripts and assemblies in your application.
5. Video demonstration of this issue in your end.
6. If possible, please share the issue replicable sample or spreadsheet rendering codes.
Could you please check the above details and get back to us with the above requested information, based on that we will check and provide you a better solution quickly.
Regards,
Sangeetha M
- 9 Replies
- 3 Participants
- Marked answer
-
HA Hyder Ali
- Nov 12, 2020 04:27 AM UTC
- Jul 29, 2022 08:57 AM UTC