Table To Excel

Titleā€ƒ Table To Excel

Summary

Exports a table, feature class or raster catalog (pretty much any data type with an attribute table) to an excel spreadsheet or csv file.


Usage


Syntax

Parameter Explanation
LayerName

layer name to export

Format

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.
  • MxdName

    MXD name for this function

    Code Samples

    Script Example

    
    

    Tags

    Credits

    Use limitations