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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -