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.
-
1Kindly show us what you've tried so far?Until then,we won't be able to help youAlok– Alok2014-02-21 06:31:17 +00:00Commented Feb 21, 2014 at 6:31
-
Also, any samples of what data you have and how you want it to appear in excel would help clarify the question.Sologoub– Sologoub2014-02-21 06:40:23 +00:00Commented Feb 21, 2014 at 6:40
-
@shaktimaan: I imported the xlwt module and wrote values to cells in an Excel worksheet, like this: ws.write(0,0,'name'). Suppose the range of written cells is A1:C10, is it possible to insert a table for those cells alone?raul– raul2014-02-25 08:54:52 +00:00Commented Feb 25, 2014 at 8:54
-
@Sologoub: I have numbers in all the cells. I want them to appear as a table (like when you select a range of cells and go insert->table from the menu ribbon)raul– raul2014-02-25 09:01:10 +00:00Commented Feb 25, 2014 at 9:01
Add a comment
|