You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the gem works great, thank you.
The only important issue I've run into is that when I create a comment to a cell then the comment box appears too small on Excel, so the text flows out of it and cannot be read. Tested on Microsoft Excel 2016 and 2010. The code:
worksheet.write_comment( row, column, "this is the comment" )
Could you kindly give me any hint on how to solve it or workaround it?
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered:
Hi, the gem works great, thank you.
The only important issue I've run into is that when I create a comment to a cell then the comment box appears too small on Excel, so the text flows out of it and cannot be read. Tested on Microsoft Excel 2016 and 2010. The code:
worksheet.write_comment( row, column, "this is the comment" )
Could you kindly give me any hint on how to solve it or workaround it?
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: