Im using umya spreadsheet to edit a xlsx file and want to add a comment with the changed cells. I am very new to rust and it could be that i am missing something, but i cantf find a way to specify coordinate of a comment.
I am using umya spreadsheet version 0.9.1
docs As you can see, there is no implementation for "set_coordinate" and i am very confused as to why. I have no problem creating and adding a comment with Comment::default(), but it only appears on A1.