How would you start automating my job?

前端 未结 5 2136
既然无缘
既然无缘 2021-02-19 06:41

At my new job, we sell imported stuff. In order to be able to sell said stuff, currently the following things need to happen for every incoming shipment:

  • Invoice a
5条回答
  •  没有蜡笔的小新
    2021-02-19 07:40

    The big parts are Excel and email. Excel can be handled with either COM or some sort of interaction with OpenOffice.org. Email, well, there's dozens of ways to do it. My hammer of choice is Python, along with pywin32 or PyUNO, and poplib and smtplib.

    Boss... will always be boss. Not always very much you can do about the icky wetware stuff.

提交回复
热议问题