Table To Excel

Title  Table To Excel

Summary

Converts a table to a Microsoft Excel file (.xls or .xlsx).


Usage

Syntax

Parameter Explanation
Input_Table

The table or tables to be converted to an Excel file.

Output_Excel_File

The output Excel file. Specify the format of the Excel file using the .xls or .xlsx file extension.

Use_field_alias_as_column_header (Optional)

Specifies whether input field names or field aliases will be used as the output column names.Unchecked—Column headers will be set using the input field names. This is the default.Checked—Column headers will be set using the input geodatabase table's field aliases. If the input is a layer in a map, the value set on the layer's field alias is ignored.

Use_domain_and_subtype_description (Optional)

Specifies whether values from subtype fields or fields with a coded value domain will be transferred to the output.Unchecked—All field values will be used as they are stored in the table. This is the default.Checked—For subtype fields, the subtype description will be used. For fields with a coded value domain, the coded value descriptions will be used.

Code Samples

Tags

change, convert, excel, export, geodatabase, import, office, spreadsheet, workbook, worksheet, xls, xlsx

Credits

Use limitations