jmcnamara / XlsxWriter

A Python module for creating Excel XLSX files.
https://xlsxwriter.readthedocs.io
BSD 2-Clause "Simplified" License
3.66k stars 632 forks source link

Threaded comments #1001

Closed klar-C closed 1 year ago

klar-C commented 1 year ago

Question

Hi,

Is it possbile to add threaded comments in xlsxwriter? I was not able to find any documentation / other references.

image

Thanks!

jmcnamara commented 1 year ago

That isn't currently available and unfortunately is unlikely to be supported in the future due to relative complexity and the linkages between the user names and their IDs. From what I have seen that becomes even more complex within a corporate environment.

So that puts it in the too hard to implement category.

Sorry.

klar-C commented 1 year ago

Okay thanks! Appreciate the quick response.