tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.49k stars 418 forks source link

Document named ranges #638

Open bluntcoder opened 2 years ago

bluntcoder commented 2 years ago

Hello again,

The documentation doesn't seem complete, named_range exists in v4, but it's not listed here: https://tfussell.gitbooks.io/xlnt/content/docs/introduction/Features.html

All I can find is going through the unit tests, here and there, but it looks incomplete / commented out: https://github.com/tfussell/xlnt/blob/febb4c60433fed1170cd250cd3788ee9bada448d/tests/workbook/named_range_test_suite.cpp

Some documentation would be greatly appreciated!