anndata.read_excel

anndata.read_excel(filename, sheet, dtype='float32')

Read .xlsx (Excel) file.

Assumes that the first columns stores the row names and the first row the column names.

Parameters
filename : PathLike

File name to read from.

sheet : str | intUnion[str, int]

Name of sheet in Excel file.

Return type

AnnData