New Features of ZK Spreadsheet 2.3"

From Documentation
 
Line 10: Line 10:
  
 
=Render and Cache=
 
=Render and Cache=
ZK Spreadsheet provides various settings to render and cache UI, optimal values could be provided to achieve maximum performance.
+
ZK Spreadsheet provides various settings to cache rendered cells and sheets to achieve maximum performance.
  
 
Please refer to [http://books.zkoss.org/wiki/ZK_Spreadsheet_Essentials/Working_with_ZK_Spreadsheet/Configure_and_Control_ZK_Spreadsheet/Render_and_Cache ZK Spreadsheet Essentials - ZK Spreadsheet Render and Cache]
 
Please refer to [http://books.zkoss.org/wiki/ZK_Spreadsheet_Essentials/Working_with_ZK_Spreadsheet/Configure_and_Control_ZK_Spreadsheet/Render_and_Cache ZK Spreadsheet Essentials - ZK Spreadsheet Render and Cache]

Latest revision as of 09:51, 17 April 2012

DocumentationSmall Talks2012AprilNew Features of ZK Spreadsheet 2.3
New Features of ZK Spreadsheet 2.3

Author
Sam Chuang
Date
April 17, 2012
Version
ZK Spreadsheet 2.3

Introduction

ZK Spreadsheet is an Ajax component that delivers functionalities of Microsoft Excel to your browsers. ZK Spreadsheet 2.3 brings with it a host of new features including toolbar, sheetbar, context menu and render/cache mechanism.

Render and Cache

ZK Spreadsheet provides various settings to cache rendered cells and sheets to achieve maximum performance.

Please refer to ZK Spreadsheet Essentials - ZK Spreadsheet Render and Cache

Toolbar

Toolbar supports various actions to perform such as cut, copy, paste, font family, font size etc.

ZKSsEss Spreadsheet Toolbar.png


To add this new feature to your web application, please refer to ZK Spreadsheet Essentials - ZK Spreadsheet Toolbar

Sheetbar

Sheetbar supports actions such as select sheet, add sheet, delete sheet etc.

ZKSsEss Spreadsheet Sheetbar.png


To add this new feature to your web application, please refer to ZK Spreadsheet Essentials - ZK Spreadsheet Sheetbar

Context Menu

ZK Spreadsheet 2.3.0 introduces the context menu to support row/column/cell actions for individual or selected number of cells.

Row Context Menu
ZKSsEss Spreadsheet Toolbar rowContextMenu.png


Column Context Menu
ZKSsEss Spreadsheet Toolbar columnContextMenu.png


Cell Context Menu
ZKSsEss Spreadsheet Toolbar cellContextMenu.png


To add this new feature to your web application, please refer to ZK Spreadsheet Essentials - ZK Spreadsheet Context Menu


Comments



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