2023-07-14 07:06:57 +00:00
7 changed files with 100 additions and 34 deletions

View File

@@ -196,7 +196,7 @@ async def createapp(name:str):
property=["label","code","type","required","defaultValue","options"]
@r.post("/createappfromexcel",)
@r.post("/createappfromexcel")
async def createappfromexcel(files:t.List[UploadFile] = File(...)):
for file in files:
if file.filename.endswith('.xlsx'):