jmcnamara / rust_xlsxwriter

A Rust library for creating Excel XLSX files.
https://crates.io/crates/rust_xlsxwriter
Apache License 2.0
316 stars 25 forks source link

feature request: freeze panes #5

Closed jacobsvante closed 1 year ago

jacobsvante commented 1 year ago

Feature Request

Thank you for doing this epic rewrite! GJ so far!

I miss freeze_panes from the python version. (I.e. https://github.com/jmcnamara/XlsxWriter/blob/d3050b2d0f6a63415694d186094edbb2ce349279/xlsxwriter/worksheet.py#L3393)

Can't see the feature in your roadmap so I thought I'd add an issue for it.

jmcnamara commented 1 year ago

Thanks for the comments.

I've added Freeze Panes (https://xlsxwriter.readthedocs.io/worksheet.html#worksheet-freeze-panes) to the roadmap and I'll add it to rust_xlsxwriter soon.

jacobsvante commented 1 year ago

Wihoo! Thank you!

jmcnamara commented 1 year ago

I've added this feature to main. See also the app_panes example application.

Try it out and let me know how you get on.

jacobsvante commented 1 year ago

Works great, thank you for this! 😀

jmcnamara commented 1 year ago

This is now available in version v0.10.0: https://rustxlsxwriter.github.io/changelog.html

Best regards.

jacobsvante commented 1 year ago

Woop woop!