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" : [ <table1>, <table2>,...] } where each table object is: { "path": <table path>", "targetName": <targetName>, "where": <where clause> , "includeGeometry" : true/false, "xColumnName": <xname>, "yColumnName" : <yname> } 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.
There is no usage for this tool.
Parameter | Explanation |
---|---|
tablesSpec |
There is no explanation for this parameter. |
targetSrId |
There is no explanation for this parameter. |
excelFile |
There is no explanation for this parameter. |
There are no code samples for this tool.
There are no tags for this item.
There are no credits for this item.
There are no use limitations for this item.