Skip to main content

All Questions

0 votes
1 answer
1k views

Unable to upload excel in AngularJS UI Grid using SheetJS in IE11

I am trying to Upload an excel file at client side in AngularJS UI Grid using SheetJS. The code works fine in Chrome and Firefox, but on IE it gives the following error Object doesn't support property ...
AkashSharma's user avatar
1 vote
0 answers
423 views

Date does not display properly while export from IE

Please find below code: var sReportDate = new Date(); var sReportFormattedDate = sReportDate.toDateString() + " " + sReportDate.toLocaleTimeString() + " " + sReportDate.toString()....
Valay's user avatar
  • 1,991