Skip to content

Commit 55db57a

Browse files
committed
Add calamine Excel reader engine
pandas-dev/pandas#54998
1 parent bb2e56a commit 55db57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/io/excel/_base.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ from pandas._typing import (
3535
WriteExcelBuffer,
3636
)
3737

38-
ReadEngine: TypeAlias = Literal["xlrd", "openpyxl", "odf", "pyxlsb"]
38+
ReadEngine: TypeAlias = Literal["xlrd", "openpyxl", "odf", "pyxlsb", "calamine"]
3939

4040
@overload
4141
def read_excel(

0 commit comments

Comments
 (0)