Replies: 2 comments 3 replies
-
Is there any reason why you can't just do that? |
Beta Was this translation helpful? Give feedback.
3 replies
-
On reflection I think this should be considered a bug. If your query has empty values then those should be preserved even if the query column is numeric. Fixed in v4.2.1 https://github.com/cfsimplicity/spreadsheet-cfml/releases/tag/v4.2.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!!
How can I keep empty values from numeric columns after spreadsheet.download?
Even though the columns are empty in the query, the xlsx was exported with "0".
If I set ignoreQueryColumnDataTypes=true it's works.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions