Skip to content

Commit

Permalink
Add reference to UnserializableComponentWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
TatuLund authored Feb 13, 2025
1 parent 143f88a commit f854248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/components/spreadsheet/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ The Vaadin Spreadsheet has a few inherent limitations. Below is a list of them:
* No provided toolbars, menus, or other controls for formatting cells.
* Limited support for the older XSL formats.
* Constraints related to Apache POI, such as importing and exporting Excel files.
* The component is not serializable due to the internal usage of Apache POI. The `@PreserveOnRefresh` annotation and session replication with Kubernetes Kit are not supported when using Spreadsheet.
* The component is not serializable due to the internal usage of Apache POI. The `@PreserveOnRefresh` annotation. Replication with Kubernetes Kit requires to use UnserializableComponentWrapper when using Spreadsheet.
* The SUBTOTAL formula is limited to aggregate functions that do not ignore hidden values (i.e., function codes from 1 to 7, as well as 9) because they are not implemented in Apache POI.
* Strict OOXML format is not supported by Apache POI.
* No support for theming the component the same way as other Vaadin components.
Expand Down

0 comments on commit f854248

Please sign in to comment.