Extract records from a file and insert them to the data source using the DataLinkProvider InsertRecords method.
[Visual Basic]
Public Function InsertFromExcel( _
ByVal
excelFileName As
String _
) As
Boolean
[C#]
public
bool InsertFromExcel(
string excelFileName);
Parameters
-
excelFileName
- The file with the source records.
Return Value
True if the operation is successful. False otherwise.
See Also
ExcelDataLink Class | FileHelpers.DataLink Namespace
Powered by: