changxin commited on
Commit
dc56619
·
1 Parent(s): a6ba137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -53,7 +53,9 @@ def fx_datatable(code:str):
53
 
54
  def xz():
55
  x=pd.DataFrame([{'姓名':'畅心','成绩':100}])
56
- x.to_excel('statics/test.xlsx',index=False)
 
 
57
  '''
58
  def fx_dd(tk:str,s:str):
59
  headers= {"Content-Type": "application/json"}
 
53
 
54
  def xz():
55
  x=pd.DataFrame([{'姓名':'畅心','成绩':100}])
56
+ y=x.to_excel('statics/test.xlsx',index=False)
57
+ return y
58
+
59
  '''
60
  def fx_dd(tk:str,s:str):
61
  headers= {"Content-Type": "application/json"}