A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi @Vaibhav Mittal,
Unfortunately, Excel does not provide any built-in option to change the default bright red color of the note indicator. The small red triangle shown in the corner of a cell is a hardcoded UI element controlled entirely by Excel’s internal rendering engine. Because of this, its color isn’t stored as part of the workbook’s file structure.
Since the indicator color is managed at the Excel application level (not the file format level), there’s no property exposed that libraries like Apache POI can read or modify. The same limitation applies across all Excel manipulation libraries, including POI, NPOI, EPPlus, and the OpenXML SDK. As a result, it isn’t possible to programmatically change the note indicator triangle color through POI either.
I understand this may not be the answer you were hoping for. As a forum moderator, I don’t have the ability to modify built‑in Excel behaviors, I can only help confirm how the product currently works and make sure you have clear information.
If you would like Excel to support customizing the note indicator color in the future, you’re very welcome to submit this as a feature request to the Excel · Community. If you share the link here afterward, I and others who agree with your idea can help vote for it.
Thank you for your understanding!
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.