converting an Excel (xls) file to a comma separated (csv) file without the GUI

前端 未结 13 1827
走了就别回头了
走了就别回头了 2020-12-01 05:29

Is there a simple way to translate an XLS to a CSV formatted file without starting the Excel windowed application?

I need to process some Excel XLS workbooks with sc

13条回答
  •  心在旅途
    2020-12-01 06:16

    Use one of portable [Python] libraries:

    pyxlreader.sourceforge.net/

    sourceforge.net/projects/pyexcelerator

    and make extra script layer on top of it.

提交回复
热议问题