phys2cvr.io.load_xls

phys2cvr.io.load_xls(fname, shape='')[source]

Read files in xls format.

Parameters:
fnamestr | os.PathLike

Path to the xls file.

shapeNone | 'square' | 'rectangle'

Shape of matrix, if empty, skip check.

Raises:
NotImplementedError

Spreadheet loading is not implemented yet.

See also

utils.check_array_dim