Vaadin Flow Spreadsheet conditional formatting doesn't apply colors to a cell style #6819
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
Impact: Low
Severity: Minor
vaadin-spreadsheet
Description
When we try to use Conditional Formatting spreadsheet feature we faced with an issue that color does not applies on the cell,
We try to use
#,##0_);[Red](#,##0)
string value as dataFormat which can be described as: when value less than zero then will be applied red color and parenthesis to the value. Parenthesis is rendered as expected but color is missing.If we try to export this spreadsheet as excel file and open it with Excel app then we can see that color is applied as should be.
So we assume that issue on the Spreadsheet lib.
Also we attempted to use
SheetConditionalFormatting
but the same result in the end.Added link to a demo project which help to reproduce this issue.
Expected outcome
I'd like to expect that Conditional Formatting has color feature.
Minimal reproducible example
Example related to dataFormat as string value:
Another one, about
SheetConditionalFormatting
approach:Steps to reproduce
/dataformatexample
endpoint and make sure that spreadsheet is opened;The same steps for the
/sheetconditionalformattingexample
endpoint.Environment
Vaadin version(s): 24.5.4
OS: Windows 11
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered: