In the lab that I work in, we process a lot of data produced by a 96 well plate reader. I\'m trying to write a script that will perform a few calculations and output a bar g
You could also try it with my wrapper library, which uses xlrd as well:
import pyexcel as pe # pip install pyexcel import pyexcel.ext.xls # pip install pyexcel-xls your_matrix = pe.get_array(file_name=path_here) # done