Hi,
I have a script which extracts land parcel polygons from a master dataset based on various user inputs such as local government area, vegetation type, agricultural land class type, etc. One of the outputs of the tool is an excel spreadsheet which I create using arcpy.TableToExcel_conversion. This works fine on my machine but throws the following error on a colleagues machine. Can anyone offer any insight into why this error is occurring?
Kind Regards,
Gino
Traceback (most recent call last):
File "<string>", line 327, in execute
AttributeError: 'module' object has no attribute 'TableToExcel_conversion'
Failed to execute (LandInvestigationShortlistingTool).