I'm using the ExcelLibrary to export the result from a SP to Excel following Mike Webb's example at: Create Excel (.XLS and .XLSX) file from C#
But one of the columns of the SP returns a DateTime field, and every time I generate the excel File that column appears with a different value.
Example:
In SP: 08/05/2013 5:27PM
In Excel: 40029.72778
Is there any way to fix this? I believe that this is because of the cell format.