string strDate= DateTime.FromOADate(Convert.ToInt32(data[i][7])).ToString("d");
strDate= DateTime.Parse(strDate).ToString("dd-MMM-yyyy");