alexa wrote: ↑Fri 28 Sep 2018 15:19
Could you please describe it in more detail? Screenshots would be also of help.
They are asking for the ability to copy the results grid in the Excel format, preserving the value type formatting (i.e. VARCHAR as Text, INT as Number, etc).
A competitor has had this function for quite some time, and I've thought about switching purely for this feature:
https://knowledgebase.apexsql.com/export-to-excel/
It handles pretty much all data types as you would expect them to when trying to copy from the results grid into EXCEL.
I work with a lot of client data containing UPCs, which often have leading zeroes. When copying into excel as text, it will often try to convert them into a number format, which drops the leading zero. One other big thing it does is automatically converts NULL values to blanks. When you deal with both SQL and Excel all day, it's a
huge time saver.