Extract values from Excel spreadsheet

后端 未结 1 921
-上瘾入骨i
-上瘾入骨i 2021-01-21 07:42

I want to remove some words from a list of words. I have a list with a recurring word and I want to get rid of it and I have no idea. I don\'t know whether I need to use a whole

相关标签:
1条回答
  • 2021-01-21 08:08

    If you use a loop you can access to the value of a cell using this function:

    sheet0.cell_value(curr_row, curr_cell)
    
    0 讨论(0)
提交回复
热议问题