jmcnamara / rust_xlsxwriter

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

Is it possible for us to add comments to cells? #79

Closed Huang-Hong closed 8 months ago

Huang-Hong commented 8 months ago

Question

Is it possible for us to add comments to cells? It seems that the relevant function can not be found image

jmcnamara commented 8 months ago

Is it possible for us to add comments to cells

Not currently. It is a planned feature, on the Roadmap, since this feature is supported in the Python version: https://xlsxwriter.readthedocs.io/working_with_cell_comments.html

Huang-Hong commented 8 months ago

Is it possible for us to add comments to cells

Not currently. It is a planned feature, on the Roadmap, since this feature is supported in the Python version: https://xlsxwriter.readthedocs.io/working_with_cell_comments.html

got it,thanks

jmcnamara commented 8 months ago

Closing this as a duplicate of the Roadmap item for "Cell Comments" in #1