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.Path

Full path and name for the XLSX file.

Returns:
list

XLSX file content.