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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -