I would just like to know if it is possible to create an Activite that allows to format an Excel cell to a Style (Normal, Bad, Good) and not format it completely to certain values (such font, font color, font size, type, etc.), because I use the Style to sort my column.
First, create the styles in your Excel file manually. Open the Excel file, select the cell or range of cells you want to format, and apply the desired formatting using the “Format Cells” dialog. Then, click the “New Style” button in the “Styles” section and give your style a name, such as “Normal,” “Bad,” or “Good.”
Once you have created the styles in Excel, you can use UiPath to apply these styles to the cells dynamically. You can use the “Write Cell” or “Write Range” activity to write the cell values as usual, and then use the “Set Range Style” activity from the UiPath.Excel.Activities package to apply the desired style to the cells.
Hello.
Precisely, I would like to use a precise Style, because I sort it thanks to this.
If I apply a single format to each cell, I don’t think that’s going to help ^^'.