How can I adapt my code to make it compatible to Microsoft Excel?

前端 未结 2 1887
臣服心动
臣服心动 2021-01-27 09:34

Problem

I was trying to implement an web API(based on Flask), which would be used to query the database given some specific con

2条回答
  •  情书的邮戳
    2021-01-27 10:10

    I would recommend you look into xlutils. It's been around for quite some time, and our company has used it both for reading configuration files to run automated test and for generating reports of test results.

提交回复
热议问题