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))
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.