Closed danvk closed 1 year ago
The openpyxl docs for Workbook mention Workbook.defined_names a few times (add_named_range and a few other methods are deprecated in favor of defined_names) but this property is missing from the openpyxl stubs.
Workbook.defined_names
add_named_range
defined_names
I'm open to PRs 😇
0.1.25 was just released with this fix
0.1.25
The openpyxl docs for Workbook mention
Workbook.defined_names
a few times (add_named_range
and a few other methods are deprecated in favor ofdefined_names
) but this property is missing from the openpyxl stubs.