Display Name: TablesToExcel
Description: This function takes multiple tables and writes them to an output excel file.
Each table will become a worksheet in the excel file.
The function returns the excel file path.
The first parameter is a json string with this syntax:
{"tables" : [ , ,...] }
where each table object is:
{ "path": ", "targetName": , "where": , "includeGeometry" : true/false, "xColumnName": , "yColumnName" : }
The path property is required. The others are optional.
The targetName will be used as the worksheet name. Otherwise the name of the table will be used.
Category:
Help URL: https://mapservice.gov.in/gismapservice/rest/directories/arcgisoutput/System/PublishingToolsEx_GPServer/System_PublishingToolsEx/TablesToExcel.htm
Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: tablesSpec
Data Type: GPString
Display Name tablesSpec
Description:
Direction: esriGPParameterDirectionInput
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: targetSrId
Data Type: GPString
Display Name targetSrId
Description:
Direction: esriGPParameterDirectionInput
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: excelFile
Data Type: GPString
Display Name excelFile
Description:
Direction: esriGPParameterDirectionInput
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeRequired
Category:
Supported Operations:
Submit Job