Do you have an issue with a specific file(s)?
Can you reproduce using one of our samples or online demos?
Are you using the WebViewer server?
Does the issue only happen on certain browsers?
Is your issue related to a front-end framework?
Is your issue related to annotations?
Please give a brief summary of your issue:
(Think of this as an email subject)
SpreadSheetViewer
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
can you give me a quick working example of applying highlighting to a certain spreadsheet cell range and then removing it? We are on the newest WebViewer build and TypeScript would be helpful!
Please provide a link to a minimal sample where the issue is reproducible:
Hello, I’m AiRon, an automated tech support bot While you wait for one of our customer support representatives, I can help you with your question.
Applying and removing highlights to a cell range in Apryse’s SpreadSheet Viewer can be done by interacting with the spreadsheet’s data model. Since you are using TypeScript, you can take advantage of its type-checking features for a more robust implementation.
Some things you can try:
Access the spreadsheet’s data model through the WebViewer API.
Use the API to select a specific range of cells you want to highlight.
Apply a style to the selected range, such as a background color, to highlight it.
To remove the highlight, reset the style of the cell range to its original state.
Here are some resources that might help you:
WebViewer Server Setup - Learn how to set up your WebViewer server if you haven’t already.