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
{{ message }}
This repository was archived by the owner on Jul 22, 2022. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: