natergj / excel4node

Node module to allow for easy Excel file creation
MIT License
1.38k stars 215 forks source link

comment not seen #326

Open vikas-shinde opened 3 years ago

vikas-shinde commented 3 years ago

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

origooo commented 2 years ago

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.