colearendt / xlsx

An R package to interact with Excel files using the Apache POI java library
https://colearendt.github.io/xlsx/
86 stars 32 forks source link

Comments to small for their contents, no ability to control comment box size #196

Open Napoleongl opened 2 years ago

Napoleongl commented 2 years ago

When adding a longer comment using createComment(), the commentbox is too small to show all of the comment.

I'm missing (or failing to find) a way to control the width and height of the comment box.

colearendt commented 2 years ago

Thanks for reporting! I will take a look at the newer Java API (i.e. taking place in #188 ) and see if there is something available to improve here!