Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(export): add autoDetectCellFormat flag to Excel Export Options #1083

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

ghiscoding
Copy link
Owner

  • prior to this PR, the auto-detect was always enabled especially when column has a number field type but sometime the auto-detection is wrong and we wish to disable it, so this PR is adding a flag that allow the user to disable the auto-detect cell format, it can be provided from either the grid options or from a column definition, but in both cases it has to be provided into the excelExportOptions: { autoDetectCellFormat: false }

- prior to this PR, the auto-detect was always enabled especially when column has a number field type but sometime the auto-detection is wrong and we wish to disable it, so this PR is adding a flag that allow the user to disable the auto-detect cell format, it can be provided from either the grid options or from a column definition, but in both cases it has to be provided into the `excelExportOptions: { autoDetectCellFormat: false }`
@ghiscoding ghiscoding merged commit 839b09a into master Aug 18, 2023
@ghiscoding ghiscoding deleted the feat/auto-detect-cell-format-flag branch August 18, 2023 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant