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!!

link|improve this question

feedback

1 Answer

I would use a combination of the xlrd and xlwt modules. Perhaps, the xlutils copy method can be of help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.