I want to change the price and add in Excel file to a new sheet and add subsequent changes to this sheet. I use the pandas and openpyxl library

前端 未结 0 549
终归单人心
终归单人心 2020-12-19 01:09
def prod_medik():
with pd.ExcelWriter(\'pills.xlsx\', engine=\'openpyxl\', mode=\'a\') as writer:
    df = pd.read_excel(\'pills.xlsx\', sheet_name=\'spisok\')
    i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题