I have (Excel 2000) workbooks. I want to extract the data in each sheet into a separate file.
I work on Linux.
Is there a library that I can use to access (read) XLS files on Linux from Python?
http://www.lexicon.net/sjmachin/xlrd.htm may work for you.
Get xlrd from PyPI . Also go to the python-excel website to learn about (a) the tutorial (b) discussion group (c) xlwtand xlutils.
xlrd
xlwt
xlutils
[Dis]: xlrd xlwt ( pyExcelerator ).
The easiest way is to run excel under Wine or as a virtual machine and do it from Windows. You can use the COM Mark Hammond bindings that ship with ActiveState Python. In addition, you can export data in CSV format and read them from it.
I have used pyexcelerator for this purpose in the past with good results.
Source: https://habr.com/ru/post/1778519/More articles:Is there any way to set argv and argc parameters at runtime? - c ++How to determine the optimal file size for merge sort? - optimizationCreate module from content variable - moduleDjango server production throws "NoReverseMatch" when rendering, works on development - djangoHow to change the background color of buttons when clicking on any of them? - wpfFind out if an instance of a DataContract is serializable in WCF - c #Using Python FTP library to extract files - pythonhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1778522/array-index-loop-variable-resets-to-zero-in-c-c&usg=ALkJrhh9gmejzc8T7Qy2AJJJHgMFJU37VAWhat is the most efficient way to copy an int array in a C object? - arraysПроблема 98 - Project Euler - anagramAll Articles