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