-
-
Notifications
You must be signed in to change notification settings - Fork 539
Closed
Labels
bugDefective behaviour in HeidiSQLDefective behaviour in HeidiSQL
Milestone
Description
Steps to reproduce this issue
- Execute a query that returns a date/time datatype that has fractions of seconds. I'm using MSSQL datetime datatype in this example.
- Export to Excel CSV.
- Open in Excel. I'm using 2016.
Current behavior
Date/time values are considered strings by Excel.
Expected behavior
Date/time values are considered date/time values by Excel.
Possible solution
Remove fractions of seconds in Excel CSV format OR add an option to do that. In a feature that says "Excel CSV", I'd expect a format that is interpreted correctly by Excel always or by default.
Current workaround
Manually select CONVERT(varchar, columnname, 20) columnname (MSSQL) instead. 20 is the name of the correct format.
Environment
- HeidiSQL version: 5906 (current nightly)
- Database system and version: MSSQL
Metadata
Metadata
Assignees
Labels
bugDefective behaviour in HeidiSQLDefective behaviour in HeidiSQL