I have an empty Excel workbook with a defined range, column names, and column types. I am inserting data from SQL Server query into the Excel workbook using the Excel ODBC driver and ADO 2.1. After that I open the workbook and check the format of the numbers in the columns.
All numbers are formatted as numbers. However, the Excel SUM function for the column doesn't recognize the numbers: the SUM of them is always 0. Did anybody have the same problem? Any workaround for that?
All numbers are formatted as numbers. However, the Excel SUM function for the column doesn't recognize the numbers: the SUM of them is always 0. Did anybody have the same problem? Any workaround for that?