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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -