read_xlsx# ansys.aedt.core.generic.file_utils.read_xlsx(input_file: str | Path)# Read information from an XLSX file and return a list. Parameters: input_filestr or pathlib.PathFull path and name for the XLSX file. Returns: listXLSX file content.