Skip to content

Commit c01c29d

Browse files
committed
Add calamine Excel reader engine
pandas-dev/pandas#54998
1 parent f5e8e98 commit c01c29d

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
@@ -33,7 +33,7 @@ from pandas._typing import (
3333
WriteExcelBuffer,
3434
)
3535

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

3838
@overload
3939
def read_excel(

0 commit comments

Comments
 (0)