| TaskDatabaseHelperLoadDataTableFromExcel Method | 
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
 Syntax
Syntaxpublic DataTable LoadDataTableFromExcel(
	string excelPath,
	string tabName = "",
	int startRow = 1,
	int startCol = 1,
	int endCol = 0,
	int endRow = 0,
	bool hasHeader = true
)
Parameters
- excelPath  String
-  
- tabName  String  (Optional)
-  
- startRow  Int32  (Optional)
-  
- startCol  Int32  (Optional)
-  
- endCol  Int32  (Optional)
-  
- endRow  Int32  (Optional)
-  
- hasHeader  Boolean  (Optional)
-  
Return Value
DataTable See Also
See Also