miraisolutions / xlconnect

XLConnect: Excel Connector for R
129 stars 32 forks source link

Add functionality to read/write cell comments #77

Open lambiase opened 6 years ago

lambiase commented 6 years ago

Apache POI supports reading/writing cell comments.

See for example: https://poi.apache.org/components/spreadsheet/quick-guide.html#CellComments https://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/Comment.html

It would be nice to have this functionality available in XLConnect

AndrejVM commented 6 years ago

I second that. It would be an extremely useful addition to the library.