Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
147
stars
59
forks
source link
Fix set value on named range to check sp.named_ranges for real address #243
Closed
conradbez closed 4 years ago
Fix test for set value on named range and added a new test for consequential
set_value()
on named cells.Changed
set_value()
to get real address for named cells fromsp.named_ranges
First pull requests so let me know if you need anything else.