MartinThoma / openpyxl-stubs

Type stubs for openpyxl
MIT License
9 stars 9 forks source link

Add defined_names #24

Closed danvk closed 1 year ago

danvk commented 1 year ago

Add DefinedName and DefinedNameList stubs. These are based on the auto-generated stubs in VS Code, which I believe are generated by pylance. I confirmed that these stub files fixed the type errors I saw in my own code when I installed the openpyxl-stubs.

See:

Closes #23

MartinThoma commented 1 year ago

0.1.25 was just released with this fix