Closed
Description
Describe the bug
I've been trying to export a table that contains a fieldtype of number.
This is how it's displayed to the UI table
When i tried to export using ExcelExportService, I get this
I tried the CSV export, and i got it correctly.
Reproduction
Have a dataset that contains negative numbers, and set it to fieldtype.number
export using ExcelExportService
Expectation
No response
Environment Info
Angular 15
angular-slickgrid 5.6.3
Validations
- Follow our Code of Conduct
- Read the HOWTO - Step by Step.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.