Source code for pyleecan.Methods.Import.ImportMatrixXls

# -*- coding: utf-8 -*-
from ....Methods.Import import ImportError


[docs]class XlsFileError(ImportError): """Raised when the file_path is wrong""" pass