New Features of ZK Spreadsheet 3.0.0 RC"

From Documentation
Line 7: Line 7:
  
 
=Overview =
 
=Overview =
ZK Spreadsheet is an AJAX component that delivers Excel-like experience to your browser.  
+
ZK Spreadsheet is an AJAX component that delivers Excel-like experience to your browser. The version 3.0.0 RC contains several new features and many bug fixes.
  
  
 
= New Features =
 
= New Features =
  
== Freeze  
+
== Freeze Rows and Columns by Sheet==
 +
Now each sheet can have its own freeze settings, so different sheet may freeze different part.
 +
 
 +
[[File:release-freeze1.png | center]]
 +
<div style='text-align:center'>'''Freeze 2 rows in sheet1'''</div>
 +
 
 +
[[File:release-freeze2.png | center]]
 +
<div style='text-align:center'>'''Freeze A column in sheet2'''</div>
 +
 
 +
 
 +
== Richer API ==
 +
We have created richer API under <tt>org.zkoss.zss.api</tt> and <tt>org.zkoss.zss.api.model</tt>. For example, <tt>SheetOperationUtil</tt> and <tt>CellOperationUtil</tt> help you perform some user action like picture insertion or changing style more easier. Besides, various model classes such as <tt>Book</tt>, <tt>Sheet</tt>, <tt>CellData</tt>, <tt>CellStyle</tt>, <tt>Font</tt> also help you extract information from cell easily.
 +
 
 +
 
 +
== Show User Names in Collaboration Edit ==
 +
When we share Spreadsheet's book model to achieve collaboration edit, each user can see others' current selection box which are painted with different colors. Besides, the user name of each Spreadsheet will also show up aside the selection box when any cell get focused.
 +
 
 +
The screenshot below is what the current user sees another user's (John) current selection (purple box).
 +
[[File:release-coedit.png | center]]
  
  

Revision as of 07:31, 14 August 2013

DocumentationSmall Talks2013AugustNew Features of ZK Spreadsheet 3.0.0 RC
New Features of ZK Spreadsheet 3.0.0 RC

Author
Hawk Chen
Date
August 20, 2013
Version
ZK Spreadsheet 3.0.0 RC


Overview

ZK Spreadsheet is an AJAX component that delivers Excel-like experience to your browser. The version 3.0.0 RC contains several new features and many bug fixes.


New Features

Freeze Rows and Columns by Sheet

Now each sheet can have its own freeze settings, so different sheet may freeze different part.

Release-freeze1.png
Freeze 2 rows in sheet1
Release-freeze2.png
Freeze A column in sheet2


Richer API

We have created richer API under org.zkoss.zss.api and org.zkoss.zss.api.model. For example, SheetOperationUtil and CellOperationUtil help you perform some user action like picture insertion or changing style more easier. Besides, various model classes such as Book, Sheet, CellData, CellStyle, Font also help you extract information from cell easily.


Show User Names in Collaboration Edit

When we share Spreadsheet's book model to achieve collaboration edit, each user can see others' current selection box which are painted with different colors. Besides, the user name of each Spreadsheet will also show up aside the selection box when any cell get focused.

The screenshot below is what the current user sees another user's (John) current selection (purple box).

Release-coedit.png



Comments



Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.