Skip to content
New issue

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

Support for Comment vs. Note? #524

Open
Hedgester opened this issue Dec 4, 2019 · 3 comments
Open

Support for Comment vs. Note? #524

Hedgester opened this issue Dec 4, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@Hedgester
Copy link

The definition of what a 'Comment' is has evolved over time within Excel.

What previously was called a 'Comment' in Excel (that shows up as an attached yellow-sticky note to a cell) in years past, has more recently had its name changed to a 'Note'. I believe this was to accommodate the addition of threaded comments within Excel, which are the new default 'Comment' object within Excel.

The AddComment() function within excelize is actually adding the old-style comment (the yellow sticky-note, which is now called a 'Note').

Is there any way to add the new style (threaded) comment using excelize instead of the old-style comment (now called a 'Note')?

If not, are there plans to evolve the library to support both Notes and Comments? If so, when?

Thanks!

@xuri xuri added the enhancement New feature or request label Dec 5, 2019
@echooymxq
Copy link

When there are many comments, it can cause the whole excel file to become very large.

@Jonham
Copy link
Contributor

Jonham commented Jan 8, 2022

Is there any different between Note("old style comment") and Comment ("new style (threaded)") on basic xml data structure ?
It looks like "Note" get a gradient background and dark shadow while "Comment" gets pure yellow bg and very light shadow.

Maybe, just add a new style to "Note" and it will becomes new "Comment"?

@Jonham
Copy link
Contributor

Jonham commented Jan 9, 2022

find an article about "comments" and "notes": The difference between threaded comments and notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants