We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I load a file edited by multiple users. I use function GetComments to get the comments, it renturn me an error author or none author.
i found when xml decode data into xlsxComments, it only remained the last author.
i think the Authors of xlsxComments may define like this
type xlsxComments struct { XMLName xml.Name `xml:"http://schemas.openxmlformats.org/spreadsheetml/2006/main comments"` Authors xlsxAuthors `xml:"authors"` CommentList xlsxCommentList `xml:"commentList"` } type xlsxAuthors struct { Author []string `xml:"author"` }
The text was updated successfully, but these errors were encountered:
a13ef55
Thanks for your feedback, I have fixed it, please try to use the master branch code, and this patch will be released in the next version.
Sorry, something went wrong.
This closes qax-os#825, closes qax-os#829, closes qax-os#830, fix iss…
a1593db
…ue when get and add comments on multi authors
No branches or pull requests
I load a file edited by multiple users. I use function GetComments to get the comments, it renturn me an error author or none author.
i found when xml decode data into xlsxComments, it only remained the last author.
i think the Authors of xlsxComments may define like this
The text was updated successfully, but these errors were encountered: