tags:

views:

124

answers:

0

Hi, I would like to insert Date value to excel file using Open XML.

Here is my code sample.

cell.CellValue = new CellValue(value.ToString());   
cell.DataType = new EnumValue<CellValues>(CellValues.Date);