New Features of ZK Spreadsheet 3.0.0 RC"

From Documentation
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Template:Smalltalk_Author|
 
{{Template:Smalltalk_Author|
 
|author= Hawk Chen
 
|author= Hawk Chen
|date=August 20, 2013
+
|date=August 22, 2013
 
|version=ZK Spreadsheet 3.0.0 RC
 
|version=ZK Spreadsheet 3.0.0 RC
 
}}
 
}}

Revision as of 10:05, 22 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 22, 2013
Version
ZK Spreadsheet 3.0.0 RC


Overview

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

New Features

Simpler API

We have polished up those APIs under org.zkoss.zss.api and org.zkoss.zss.api.model to help users work with Spreadsheet better. For example, SheetOperationUtil and CellOperationUtil to help you perform some common user actions like picture insertion or changing style in a simpler way. Numerous other model classes such as Book, Sheet, CellData, CellStyle, Color, Hyperlink, and Font will also help you extract information from cells more easily than ever.

Undo / Redo

The undo/redo of common cell operations are now supported, including editing text, changing style, copy, paste, and rows (columns) insertion and deletion. You can easily use them with hotkey Ctrl+z (undo) and Ctrl+y (redo).

Freeze Rows and Columns by Sheet

Now each sheet can have its own freeze settings, so different sheet may freeze at different parts/sections. Freeze settings are now stored in Spreadsheet's book model, too.

Release-freeze1.png
Freeze 2 rows in Sheet1


Release-freeze2.png
Freeze A column in Sheet2

Show User Names in Collaboration Edit

When we share a Spreadsheet's book model to enable collaboration edit, each user can see other users' current selection box which are painted with different colours. Besides, the user name of each Spreadsheet will also show up beside the selection box when any cell is 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.