4 odpowiedzi
+ 5
python-excel.org offers some packages you might find useful
+ 5
You may use openpyxl which is fairly straightforward and supports .xlsx extension. Check out my example:
https://code.sololearn.com/cGcw92Q6ZUjB/#py
+ 1
Open an Excel spreadsheet file in notepad
You'll find out it's easy to convert its content into a 2D array
0
Thank you guys, I googled it and it's easier if I convert the file to csv formart then each cell will be identified by a comma, making it easy to manipulate