excel4node icon indicating copy to clipboard operation
excel4node copied to clipboard

comment not seen

Open vikas-shinde opened this issue 5 years ago • 1 comments

ws.cell(2, 1).string('Cell A2').comment('My custom comment', { fillColor: '#ABABAB', // default #FFFFE1 height: '100pt', // default 69pt width: '160pt', // default 104pt marginLeft: '200pt', // default is calculated from column marginTop: '120pt', // default is calculated from row visibility: 'visible', // default hidden zIndex: '2', // default 1 })

i am trying to add comment but is now seen in excel

vikas-shinde avatar Nov 11 '20 13:11 vikas-shinde

I'm running into the same issue with the example code from the documentation. My document doesn't even open without a repair which result in the entire content of the document being wiped.

origooo avatar May 03 '22 12:05 origooo