View Single Post

  #8 (permalink)  
Old 12-09-2007, 11:59 PM
sharanjadhav sharanjadhav is offline
Junior Member
 
Join Date: Jun 2006
Posts: 1
sharanjadhav is on a distinguished road
the syntax to import sheets from excel to data table is...........
DataTable.ImportSheet "location of .xls file","sheet in .xls file","sheet in data table"

Ex: DataTable.ImportSheet "C:\gettingstarted.xls","sheet1","action1"

similarly u can import other required sheets into data table as well.......
Reply With Quote