Closed
Description
I'm submitting a Bug report
Your Environment
Software | Version(s) |
---|---|
Angular | 7.2.4 |
Angular-Slickgrid | 2.17.11 |
TypeScript | 3.2 |
Describe the Bug
Exporting data through excel export service. In chrome download is working fine.
But in firefox the file is not associated with Excel, instead it has been marked as zip.
Steps to Reproduce
ExcelExport in Firefox
Expected Behavior
exported file should be associated with Excel
Possible Solution
During blob creation, we need to specify the mime type of the file. So that browser will detect the type and it will show the correct associated application.