{ "name": "TableToExcel", "displayName": "Table To Excel", "description": "Exports a table, feature class or raster catalog (pretty much any data type with an attribute table) to an excel spreadsheet or csv file.", "category": "", "helpUrl": "https://ocgis.com/arcpub/rest/directories/arcgisoutput/Environmental_Resources/ExportToExcel_GPServer/Environmental_Resources_ExportToExcel/TableToExcel.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Input_Table", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Table", "description": "The input table, this can also be a feature class or raster catalog. If the input has a selection, only the selected records will be written to the output.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "The output file.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "The output file's format. If this parameter is disabled then Python's xlwt module is not installed. See documentation for further details.XLS - the output will be a Microsoft Office Excel file.CSV - the output will be a comma seperated value (.csv) file.", "direction": "esriGPParameterDirectionInput", "defaultValue": "XLS", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "CSV", "XLS" ] } ] }