Posts by Mary Tortugo • 161 points
5 posts
-
3
votes2
answers2574
viewsQ: Read more than one. xls file in python
I posted a very similar question a few days ago, but this time, I’m trying to do something much more generic. I want to get the information from line 0 and 1. The code below is complete, and is…
-
1
votes1
answer895
viewsQ: Read more than one file tab
My code goes through all cells in my spreadsheet and returns all the values I need, and in this.xls file there is only one tab. Now I have a new file to go through and are 8 tabs. I know I need to…
-
3
votes1
answer203
viewsQ: Separate result in different worksheets
I have a problem in which I have to take all my information (information from each cell of the spreadsheet), make them go through a condition and for each result of the condition write in a new…
-
4
votes1
answer138
viewsQ: Doubt in string comparison and list value for all lines
I have a table of 5 rows and 5 columns. For each column I have a name, for example: Name, Age, Gender, Weight, Height. And all cells 5*5 are filled. I need the following formatting: Idade João - 15…
-
4
votes1
answer2188
viewsQ: Read rows and columns merged in excel, using python
I’m having trouble reading the information from a spreadsheet that has rows and columns merged. I tried to use merged_cell to get the value, but I don’t understand how it works. Can anyone help me?…