Python extracts excel table data

1. Description:

I need to extract the Excel table data today, but I haven’t done it before, and then I found the xlrd module, but there is a problem that needs to be solved:
1. If there is too much data in the Excel table, how to determine where to start reading the Excel data in the first row .
2. If there is a merged table in the Excel table, you cannot directly read the data line by line, otherwise there will be a merged area (except for the cell that sits on, the other cells are empty strings).

2. Take a problem I found and find a solution:

0, install the modulexlrd

Guess you like

Origin blog.csdn.net/weixin_42081389/article/details/108239762
Recommended