python 2.7 - How to Extract Multiple Columns from Excel into an array -
i using xlrd extract individual columns. hoping extract multiple columns excel array can use itertools group function analyze them.
is possible pull more 1 column excel using xlrd?
i think should you, click python documentation xlrd!
sheet.row_slice(rowx, start_colx=0, end_colx=none) returns slice of cell objects in given row.
you might need loop on it
Comments
Post a Comment