Select to view content in your preferred language

Table to Excel — .XLSX as default file type

259
2
08-30-2025 03:45 AM
Status: Closed
Labels (1)
Bud
by
Esteemed Contributor

Table to Excel gp tool:

.XLS is the default file type.

.XLSX would be the preferred default file type.

2 Comments
DuncanHornby

What version of ArcPro are you using? When I run the Table to Excel tool it defaults to an xlsx format. I'm using 3.5.3

There is this interesting blog that talks about overriding tool parameters, this may be of interest to you for other tools?

DrewFlater
Status changed to: Closed

We cannot change default behaviors of geoprocessing tools and parameters from release to release. A script that didn't explicitly define the output path would create an xls in previous releases, and while many people might prefer the modern xlsx format, we can't change the default output since someone might be counting on continuing to output xls. Cross release compatibility for every tool and parameter is critical to maintain.