Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method ExportExcel

Exports the datatable values to an external Excel file

Usage

Function DataTable.ExportExcel( 
	String Path
)

Parameters

Path

Type: String

Path of the Excel file

Returns

No return value

Example

VBScript

Datatable.ExportExcel "C:datatable.xls"

JavaScript

Datatable.ExportExcel("C:\datatable.xls");

Documentation Categories

ZAPTEST

FARM

LOAD