Display Name: TablesToExcelServer
Description: This function is used internally by ArcGIS Enteprise to export hosted feature services to Excel
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://gis.legis.iowa.gov/arcgis/rest/directories/arcgisoutput/System/PublishingTools_GPServer/System_PublishingTools/TablesToExcelServer.htm
Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: tablesSpec
Data Type: GPString
Display Name Tables to Export
Description:
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: targetSrId
Data Type: GPString
Display Name Target Spatial Reference
Description:
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: excelFile
Data Type: GPString
Display Name Excel File
Description:
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeRequired
Category:
Supported Operations:
Submit Job
Child Resources:
Metadata