+ 2
working xlsx/xls libraries for python[SOLVED]
which libraries do you know and advice to use?
4 ответов
+ 2
I can recommend openpyxl, but you can also try some other ones, if you need:
https://www.python-excel.org/
+ 1
Kuba Siekierzyński , openpyxl cant work with older version xls files
+ 1
Never mind. I have already find proper library. For xls files I used xlrd lib.
the task was to collect data from thousands of xls files with the same column.
And then add all data row by row to the sqlite db