Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 2.91 KB

README.md

File metadata and controls

69 lines (51 loc) · 2.91 KB

Maven Travis Coverage Status License: MIT

Tiefaces Web Sheet

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.

Features

Render excel templates as web forms

  • Support multiple sheets
  • Keep Excel formats and styles
  • Keep Excel formulas
  • Support charts and images Render excel as web form

Dynamic Web Form Solution

  • 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.

Dynamic web solution

Getting Started


TieFaces can be download manually or via maven.

Latest Downloads
Version Binary Source Java Doc
1.0.12 tiefaces-1.0.12.jar tiefaces-1.0.12-sources.jar tiefaces-1.0.12-javadoc.jar

You can also visit download page in tiefaces.org.

Maven
<dependency>  
    <groupId>org.tiefaces</groupId>  
    <artifactId>tiefaces</artifactId>  
    <version>1.0.12</version>  
</dependency>  

Usage


Namespaces

Use namespace below to add TieFaces components to your pages.

xmlns:tie="http://tiefaces.org/tiefaces"

Demo


Please refer to the demo page of tiefaces.org in order to see the full usage of the components.

License


Code released under the MIT License.