Hello Sir
I am facing a problem while importing excel file.
1.) The negative values are not proper. They are like (0.43-). It is showing (-) after the value.
2.)The value of the cells where formula is applied is not showing. It is showing '?Name# '.
My code snippet is :--
var data =myUrl;
$("#Spreadsheet").ejSpreadsheet({
showRibbon: false,
allowFormulaBar: false,
enableContextMenu:false,
allowSelection: false,
importSettings: {
importUrl: data,
importMapper: window.baseurl + "api/Spreadsheet/Import"
}
});
Please look in to it asap.
Thanks & Regards
Manu Sharma
Attachment:
Docs_de8c1b62.zip