Spaces:
Sleeping
Sleeping
fix filepath
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def generate_file(file_obj,operation,lat,lon):
|
|
29 |
print(NewfilePath)
|
30 |
|
31 |
# 读取excel文件
|
32 |
-
df = pd.read_excel(
|
33 |
|
34 |
# 参考点的经纬度
|
35 |
point_list = []
|
|
|
29 |
print(NewfilePath)
|
30 |
|
31 |
# 读取excel文件
|
32 |
+
df = pd.read_excel(NewfilePath, engine='openpyxl')
|
33 |
|
34 |
# 参考点的经纬度
|
35 |
point_list = []
|