Tiefaces Web Sheet is a JSF UI component (built upon Primefaces) which can render excel templates as Web form. It also use special mark-up in the template to support data input/output.
This is an overview page, please visit TieFaces.org for more information.
- Use expression language to define data.
- Use special command in the cell comment to define features.
- Two way binding between data and cell object.
- Support multiple input/output widget. i.e. calendar, dropdown, inputNumber, inputArea etc.
- Support nested data collections. i.e. a company include multiple departments while each department include multiple employees.
- Support add/delete functions for data collections.
TieFaces can be download manually or via maven.
Version | Binary | Source | Java Doc |
---|---|---|---|
1.0.10 | tiefaces-1.0.10.jar | tiefaces-1.0.10-sources.jar | tiefaces-1.0.10-javadoc.jar |
You can also visit download page in tiefaces.org.
<dependency>
<groupId>org.tiefaces</groupId>
<artifactId>tiefaces</artifactId>
<version>1.0.10</version>
</dependency>
Use namespace below to add TieFaces components to your pages.
xmlns:tie="http://tiefaces.org/tiefaces"
Please refer to the demo page of tiefaces.org in order to see the full usage of the components.
Code released under the MIT License.