I am trying to pass in an excel spreadsheet as in input into my script tool using arcpy.GetParametersAsText()
The script does post processing on the spreadsheet, the script itself works when it is run with hard coded file paths. However, I cannot seem to find the correct parameter data type to give to the tool in ArcGIS Pro. This tool takes in 2 files, one is a csv which it has no problem taking. The other is the excel spreadsheet which arc recognizes but only as a file that is holding a table. I cannot get arc to pass the whole file into the tool.
Any suggestions would be useful.
Thanks,
J