phys2cvr.io.load_xls¶
- phys2cvr.io.load_xls(fname, shape='')[source]¶
Read files in xls format.
- Parameters:
- fname
str|os.PathLike Path to the xls file.
- shape
None|'square'|'rectangle' Shape of matrix, if empty, skip check.
- fname
- Raises:
NotImplementedErrorSpreadheet loading is not implemented yet.
See also
utils.check_array_dim