我正在使用 xlrd 来提取单个列。我希望从excel中提取多个列到一个数组中,这样我就可以使用itertools group by function来分析它们。
是否可以使用 xlrd 从Excel中提取多个列?
答案 0 :(得分:1)
我认为这应该对你有帮助, 点击python documentation for xlrd!
Sheet.row_slice(rowx, start_colx=0, end_colx=None)
Returns a slice of the Cell objects in the given row.
你可能只需要循环它