anndata.read_excel# anndata.read_excel(filename, sheet, dtype='float32')[source]# Read .xlsx (Excel) file. Assumes that the first columns stores the row names and the first row the column names. Parameters: filename PathLikeFile name to read from. sheet str | intName of sheet in Excel file. Return type: AnnData