how to create a new workbook of excel with python getin data from other workbook with python? I need automatically create a table, taking data from 5 other tables in a specific order know some method to this?
thanks for your answers!!
|
feedback
|
|
I would use a combination of the xlrd and xlwt modules. Perhaps, the xlutils copy method can be of help. | |||
|
feedback
|