ZK Spreadsheet 2.0 Beta

~ The 1st embeddable Ajax spreadsheet for Java Web application!



Released on April 22, 2010.


ZK Spreadsheet is an embeddable Ajax spreadsheet that delivers rich functionalities of Excel within browsers using pure Java without the need for any plugins. Developers are able to create collaborative and dynamic enterprise applications at minimal cost.



Download Now

Live Demo

ZK Spreadsheet 2.0 is made compatible with ZK 5. The backend data model and formula evaluation engine are rewritten to bring about many benefits including the support for rich text, a more efficient formula dependency tracking system, and the importing of Excel 2007 xlsx files.


New Feature Highlights

  1. Support ZK 5
  2. Support importing Excel 2007 xlsx file
  3. Showing rich text
  4. Efficient formula dependency tracking
  5. Consistent column width on the browser and Excel application

See the Product Page for more details on ZK Spreadsheet


Upgrade Notes

  • Ported to work with ZK 5
  • The backend data model and formula evaluation engine is completly _REWRITTEN_ to be based on Apache POI library(Java API To Access Microsoft Excel Format Files) such that we can support more features. The consequence are most classes and APIs that were in org.zkoss.zss.model of version 1.x are no longer existed.
  • Spreadsheet remove deprecated method setUrl and getUrl. Use setSrc and getSrc instead
  • Spreadsheet remove deprecated method setMaxrow and getMaxrow. Use getMaxrows and setMaxrows instead
  • Spreadsheet remove deprecated method setMaxcolumn and getMaxcolumn. Use getMaxcolumns and setMaxcolumns instead