Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vaadin Flow Spreadsheet Conditional Formatting dataFormat color support feature #6835

Open
AndriiRevaEpicor opened this issue Nov 19, 2024 · 0 comments

Comments

@AndriiRevaEpicor
Copy link

Describe your motivation

We have a possibility to use dataFormat within Conditional Formatting to change value's color in the cell.
Apache POI support it but Spreadsheet is not.

Describe the solution you'd like

A good solution which I would to apply is to use dataFormat as string value as: #,##0_);[Red](#,##0) - which means if value less than zero then apply red color and parentheses.

Describe alternatives you've considered

The only solution for this time is Java API approach (e.g.: SheetConditionalFormatting.java). It's good but with dataFormat it will be more laconically.

Additional context

Link to related issue: #6819

@yuriy-fix yuriy-fix added enhancement New feature or request bug Something isn't working Severity: Major Impact: Low vaadin-spreadsheet and removed enhancement New feature or request labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants