{ "name": "Model", "displayName": "Exportar para Excel", "description": "Escolha a camada para exportar a tabela no formato xls. ou xlsx.", "category": "", "helpUrl": "https://geoprocessamento.contagem.mg.gov.br/arcgis/rest/directories/arcgisoutput/Geoprocessing/Tabela_para_Excel_GPServer/Geoprocessing_Tabela_para_Excel/Model.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Escolha_a_Camada_", "dataType": "GPString", "displayName": "Escolha a Camada:", "description": "Escolher a camada para exportação", "direction": "esriGPParameterDirectionInput", "defaultValue": "survey", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "survey" ] }, { "name": "Output_Excel_File___xls_or__xlsx_", "dataType": "GPDataFile", "displayName": "Output Excel File (.xls or .xlsx)", "description": "Escolha a pasta para salvar o arquivo exportado", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }