nigsp.io.load_xls

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

Read files in xls format.

Parameters:
fnamestr or os.PathLike

Path to the mat file

shapeNone, ‘square’, or ‘rectangle’}, str, optional

Shape of matrix, if empty, skip check

Raises:
NotImplementedError

Spreadheet loading is not implemented yet.

See also

check_mtx_dim

Notes

Requires module _ to work