Updates the database with data from the specified spreadsheet or spreadsheet range.
EssSendData([workbookName]sheetName, range)
Where [workbookName]sheetName is the text name of the workbook and worksheet from which the data is sent.
range is a reference to the area of data.
=EssSendData("[Sample.xls]Sheet1", SAMPLE.XLS!A1:G20)