Skip to content
/ TieFaces Public
forked from tiefaces/TieFaces

JSF UI component to render excel templates as Web forms

License

Notifications You must be signed in to change notification settings

smeup/TieFaces

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Maven
<dependency>  
    <groupId>org.tiefaces</groupId>  
    <artifactId>tiefaces</artifactId>  
    <version>1.0.10</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.

About

JSF UI component to render excel templates as Web forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.5%
  • HTML 2.1%
  • Other 0.4%