how do i insert few row in an existing excel file using python? the excel file maybe be of any excel version. On windows that could have been possible by using win32com.client...but i need to make the changes in the linux environment. how can i do it?
|
feedback
|
|
you can use pyExcelerator. the package comes with example demos to write excel files | |||||||||||
feedback
|
|
thats all you need | |||||||||||
feedback
|
|
I'm looking into this myself and found https://bitbucket.org/ericgazoni/openpyxl/wiki/Home . It is a new library that allows editing xlsx files. | |||
|
feedback
|