1) it is possible to export directly from ArcGis to Excel using Model Builder (select a tool and automatically open Excel with the .dbf selected)
launch(r"%output_dbf%")
def launch(path): import os dir = os.path.dirname(path) file = os.path.basename(path) os.system("start /d \"%s\" %s" % (dir,file))
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.