IFRCGo / cbs

Red Cross: Community-Based Surveillance
https://cbsrc.org/
Other
102 stars 110 forks source link

excel recognizes date column as date #1217

Closed gardnk closed 5 years ago

gardnk commented 5 years ago

Updated the column format for date and time columns. Removed the .toString() when inserting a DateTime into the cell so that excel does not read the cell as text.

Fixes #1215