How to Set Authorization Token for Internal API Calls in Aspose.Cells GridJs Spreadsheet

@salah010,

Thank you for providing the detailed scenario and requirements.

We have documented them and logged the corresponding tickets (CELLSGRIDJS-1666, CELLSGRIDJS-1667) in our system. We will evaluate them and get back to you with further details.

Hi Aspose Team,

We’re currently using Aspose.Cells GridJs in our web application, and it’s working very well for Excel file display and interaction. We appreciate the capabilities it offers.

1. Multi-Color Highlighting Support

We have a scenario where we need to highlight multiple cell ranges with different colors simultaneously—for example, to indicate various statuses or user inputs in distinct categories.

Currently, it appears that setting highlights may override existing ones, or only one highlight color is supported at a time.

Questions:

  • Does GridJs currently support multiple concurrent highlight colors on different cell ranges?
  • If not, is there a recommended workaround or customization?
  • Is multi-color highlight support planned in future releases?

2. backgroundColor Support in addHighlightText

We’re using sheet.addHighlightText(...) like this:

sheet.addHighlightText(1, 2, 1, 2, { color: 'rgba(255, 0, 0, 0.2)' });

However, when using semi-transparent colors (rgba with low alpha), the highlight is not very visible, especially on light cell backgrounds.

Would it be possible to support a backgroundColor property instead of color? For example:

sheet.addHighlightText(1, 2, 1, 2, { backgroundColor: 'red' });

This would help improve visibility and styling flexibility, particularly when highlight overlays need to stand out clearly.


We would appreciate your feedback or any recommended approaches to achieve these features.

1 .

  • Does GridJs currently support multiple concurrent highlight colors on different cell ranges?
    not support yet
  • If not, is there a recommended workaround or customization?
    not yet.
  • Is multi-color highlight support planned in future releases?
    yes,we have record a feature request CELLSGRIDJS-1666

2 . you want the style also support backgroundColor

sheet.addHighlightText(1, 2, 1, 2, { backgroundColor: 'red' ,color: 'rgba(255, 0, 0, 0.2)'});

we have record a feature request CELLSGRIDJS-1683

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.