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))
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.