Does Aspose Excel Viewer or Editor GridWeb provides all tools on a single screen?

Hi Team,

We have a requirement where we want to provide a web frontend to the users to perform below set of actions on excel file. So just wanted to check, are all these features available collectively on a single screen under the Aspose Excel Viewer or Editor GridWeb?

  1. Redaction
  2. Annotation
  3. Search term highlight
  4. Predefined term highlight
  5. Match exact word or phrase
  6. Search result list with pagination
  7. Search result navigation buttons
  8. Thumbnail view
  9. Maginifer tool
  10. Rectangle zoom
  11. Rotate document
  12. Rotate page
  13. Fit content
  14. Arrow annotation
  15. Text annotation
  16. Highlight annotation
  17. Text hyperlink
  18. Pan tool"

@ashish.srivastava
please try our online app which is based on GridJs

or
try download and run the github demo

  1. Redaction
    if you means the highlight
    GridJs support the highlight api ,you can check here
    Working with GridJs Highlight feature|Documentation
  2. Annotation
    GridJs (support create(has tool button ) and show)
    GridWeb (support show)
  3. Search term highlight
    GridJs and GridWeb both not yet support,
    we only support search,
    but not highlight the search result,
    we can improve it
  4. Predefined term highlight
    GridJs support such highlight api
  5. Match exact word or phrase
    GridJs and GridWeb both can improve it
  6. Search result list with pagination
    yet not supported,both can improve it
  7. Search result navigation buttons
    both supported
  8. Thumbnail view
    not supported,not quite understand your requiement,do you mean save as image ?
    we support save to image
  9. Maginifer tool
    GridJs has zoom button.
    GridWeb doesnot provided ,however ,you can try:
let zoomlevel=1.5;
//get gridweb instance in the page ,and set the style transform
gridwebinstance.getByIndex(0).style.transform = `scale(${zoomlevel})` ;
  1. Rectangle zoom
    not supported
  2. Rotate document
    not supported
  3. Rotate page
    not supported
  4. Fit content
    not quite under stand your requirement
  5. Arrow annotation
    what is the diffrent with the 2nd sentence? can you explain this in detail
    not quite understand your requirement,,we support display annotation
  6. Text annotation
    what is the diffrent with the 2nd sentence? can you explain this in detail
    not quite understand your requirement,,we support display annotation
  7. Highlight annotation
    what is the diffrent with the 2nd sentence? can you explain this in detail
    not quite understand your requirement,,we support display annotation
  8. Text hyperlink
    GridJs (support create(has tool button ) and show)
    GridWeb (support show)
  9. Pan tool
    both not supported

Thank you for your quick reply. Added details as asked and also need more details on few points

  1. Redaction
    Does GridWeb support this feature?
    Does GridWeb support something similar to PrizmDoc redact feature
    Demos | PrizmDoc Viewer Advanced Search Demo | Accusoft

image.png (60.8 KB)

  1. Predefined term highlight
    Does GridWeb support this feature?
    Does GridWeb support something similar to PrizmDoc predefined search feature
    Demos | PrizmDoc Viewer Advanced Search Demo | Accusoft

    image.png (79.8 KB)

  2. Arrow annotation
    Demos | PrizmDoc Viewer Advanced Search Demo | Accusoft

    image.png (56.4 KB)

  3. Text annotation
    Please check annotation menu from below demo
    Demos | PrizmDoc Viewer Advanced Search Demo | Accusoft

  4. Highlight annotation
    Please check annotation menu from below demo
    Demos | PrizmDoc Viewer Advanced Search Demo | Accusoft

  5. Text hyperlink
    Does GridWeb support something like below?

image.png (73.4 KB)

@ashish.srivastava
We are sorry, but GridWeb does not support those features at the moment. It only implements a simple search and replace operation. We usually design or get feature ideas from applications like Microsoft Excel, Office 365 Excel, and so on. The features you mentioned in the PrizmDoc demo seem more suitable for documents, such as Word, PDF, etc.