tfussell / xlnt

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

Implement defined names #650

Closed tfussell closed 2 years ago

tfussell commented 2 years ago

Print range, print rows/cols, and auto filter are all implemented as defined names in the workbook XML. This PR adds support for round-tripping these three workbook features.

Closes https://github.com/tfussell/xlnt/issues/257