Use Python to merge multiple csv / xls / xlsx files
For the record, this article does not use the openpyx package. The xlrd and xlwt packages are used. Although the functions of these two libraries cannot be compared with openpyx, they can operate the old version of excel with the extension like xls which openpyx does not support. The general idea is as follows. Traverse to get all… Read More »