Domanda

I am using xlwt to write to cells in excel from python. I am wondering if there is some way to select the written cells and insert a table. I have references to the cell range. Please help out.

È stato utile?

Soluzione

I m not aware of xlwt. But you can try it using xlsxwriter.

https://xlsxwriter.readthedocs.org/working_with_tables.html

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top