// // Browse by Tags - Geeks Portal

Browse by Tags

  • Read Excel File from .NET

    Microsoft Excel has been widely used in office and business application. When you are building enterprise business application that used to do something with excel, you need to integrate your application with excel. One of the most simple step is reading data from excel. Actually there are some techniques...
    Posted to Wely Lau (Weblog) by Wely on 05-27-2008
  • Converting Excel Date to .NET DateTime

    Needed this for a project. Couldn't figured out how to do it. After googling for sometime, found out how to convert Excel Date cell to .NET DateTime... DateTime.FromOADate(_Enter_Your_Excel_Date_Value_Here_) Silly thing :)
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 05-31-2006
Page 1 of 1 (2 items)