Need Table value to be highlighted

Hi ,
I want to have 2 things automated using the table in UiPath apps.

  1. I want the table header to be visible on top even when I scroll down. Currently it disappears when we scroll down. Is there a way to have it constant?
  2. I want to highlight cells based on value e.g. If the value is less than a threshold then I want to mark it as Red.
    Is there a way to accomplish this?

@vkalra ,

Please find inline response.

  1. I want the table header to be visible on top even when I scroll down. Currently it disappears when we scroll down. Is there a way to have it constant? You can’t freeze header into apps, this can be done using JavaScript but UiPath Apps do not support scripting right now.
  2. I want to highlight cells based on value e.g. If the value is less than a threshold then I want to mark it as Red. Unfortunately advanced style is also not supported.
    Is there a way to accomplish this?
1 Like

You can use BalaReva.EasyExcel.Activities package and detecting the range

@ahmad_sarrawi I need to do this using UiPath Apps. How can I use this activities package in the app?

1 Like