We find that any table that has a numeric column will produce an excel file that when opened in Excel produces an error message regarding recovery of the file. This error is already documented here: https://github.com/appsmithorg/appsmith/issues/22206
But what I'm reporting happens when using the Table's builtin download button.
If we change the column type in the Table's column's properties to Plain Text, the file is created correctly. But this then breaks sorting of numeric columns (and maybe filtering?).
GitHub
Is there an existing issue for this? I have searched the existing issues Description Link to slack conversation: https://theappsmith.slack.com/archives/C0341RERY4R/p1678954237147369 Steps To Reprod...