Giter VIP home page Giter VIP logo

zkspreadsheet's Introduction

README

Naming Convention for abbreviation names
1) Industry standard names, e.g., XML, HTML and URI:
	We use all uppercase letters as other projects do.
	For example, XMLs for the XML utilities

2) ZK's names, e.g., ZK and ZUL:
	We use uppercase for the first letter.
	For example, ZkFns for the ZK EL functions, UiFactory for the UI factory

---
zss
	The ZK Spreadsheet component.
	It includes ZK Spreadsheet component and associated data model APIs that you can
	use to manipulate your spreadsheet documents.

---
zssapp
	The ZK Spreadsheet Live.
	A Web based Excel(R) like application implemented with ZK Spreadsheet component
	and ZK Ajax framework(http://www.zkoss.org).

---
jsdoc
	The document of ZK spreadsheet JavaScript code(work with ZK Client Engine)
	
---
zpoi
	A library based on a part of the Apache POI spreadsheet library(http://poi.apache.org/spreadsheet/index.html)
	and is adapted to be used with ZK Spreadsheet component

---
zsstest
	A unit test set for zss.
	
---
zssdemo
	A simple Web example application that demonstrate the power of ZK Spreadsheet.
	
---
zssdemos
	The Java EE version of the zssdemo

zkspreadsheet's People

Stargazers

 avatar

Watchers

 avatar  avatar

zkspreadsheet's Issues

Locale is not respected

Hello,
I have noticed that default locale is not respected after upgrade to beta2 
version. Was there any change in this behaviour?

I have even tried to set prefered locale in ZK using 
webApp.setAttribute(org.zkoss.web.Attributes.PREFERRED_LOCALE, ...); but with 
no result.

I am setting pattern in cell format (something like #,##0.000) and expect to 
see locale specific separators in application. It was working OK in previous 
version.

Thank you for any comment.




Original issue reported on code.google.com by [email protected] on 9 Aug 2010 at 1:42

Showing rich text

ZK Spreadsheet 1.x cannot show rich text in a cell. Need to support it.

Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 2:00

Efficient formula dependency tracking

ZK Spreadsheet 1.x will evaluate same cell several times in a formula
evaluation. It will waste computation time a lot. Shall cache and simply
the evaluation path and avoid unnecessary evaluation.

Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 2:03

zss2 beta 2 IE support?

What steps will reproduce the problem?
1. install the zssapp.war under tomcat
2. call th zssapp in ie

What is the expected output? What do you see instead?
see attached file

What version of the product are you using?
zss-app-2.0.0-Beta2

Please provide any additional information below.
from tomcat log:
SCHWERWIEGEND: >>org.zkoss.zk.ui.UiException: Illegal request: wrong data, 
{"token":"0","sheetId":"24998777","type":"visible","direction":"","dpWidth":2173
,"dpHeight":3801,"viewWidth":0,"viewHeight":0,"blockLeft":0,"blockTop":0,"blockR
ight":10,"blockBottom":20,"fetchLeft":-1,"fetchTop":-1,"fetchWidth":-1,"fetchHei
ght":-1,"rangeLeft":0,"rangeTop":0}, for 
org.zkoss.zss.ui.au.in.CellFetchCommandHelper@4b35d5
>>  at 
org.zkoss.zss.ui.au.in.CellFetchCommandHelper.process(CellFetchCommandHelper.jav
a:88)
>>  at org.zkoss.zss.ui.au.in.CellFetchCommand.process(CellFetchCommand.java:34)
>>  at org.zkoss.zss.ui.Spreadsheet.service(Spreadsheet.java:3337)
>>  at org.zkoss.zk.ui.impl.DesktopImpl.service(DesktopImpl.java:607)
>>  at org.zkoss.zk.ui.impl.UiEngineImpl.process(UiEngineImpl.java:1258)
>>...

Original issue reported on code.google.com by [email protected] on 12 Aug 2010 at 12:50

Attachments:

Support ZK 5+

ZK Spreadsheet 1.x work with ZK 3 only. Need a version to work with ZK 5+.

Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 1:58

Component definition not found: colorbutton in [LanguageDefinition: xul/html],

What steps will reproduce the problem?
1. Check out the latest source
2. Build the project with dependencies
3. Run in on apache

What is the expected output? What do you see instead?
SpreadSheet App

What version of the product are you using? On what operating system?
2.0 Beta, Windows Vista

Please provide any additional information below.


Component definition not found: colorbutton in [LanguageDefinition:
xul/html], [SYS
file:/C:/Users/Test/Documents/NetBeansProjects/Excel/build/web/index.zul
line 385 col 108]

And once the colour button definition is commented?

org.zkoss.zk.ui.metainfo.DefinitionNotFoundException: Component definition
not found: spreadsheet in [LanguageDefinition: xul/html], [SYS
file:/C:/Users/Test/Documents/NetBeansProjects/Excel/build/web/index.zul
line 444 col 45]

Original issue reported on code.google.com by [email protected] on 19 May 2010 at 10:50

Support copy/paste value to local Excel

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 12 Jul 2010 at 3:57

Exception in org.zkoss.zss.model.impl.BookHelper

Hello,
I had tried the 2.0.0 beta2 version and found this problem:

org.zkoss.zss.model.impl.BookHelper.getPictures(Lorg/apache/poi/ss/usermodel/She
et;)Ljava/util/List;
java.lang.NoSuchMethodError: 
org.zkoss.zss.model.impl.BookHelper.getPictures(Lorg/apache/poi/ss/usermodel/She
et;)Ljava/util/List;
    at org.zkoss.zssex.ui.widget.DefaultBookWidgetLoader.onSheetSelected(DefaultBookWidgetLoader.java:90)
    at org.zkoss.zss.ui.Spreadsheet.doSheetSelected(Spreadsheet.java:2859)
    at org.zkoss.zss.ui.Spreadsheet.getSelectedSheet(Spreadsheet.java:426)

Original issue reported on code.google.com by [email protected] on 9 Aug 2010 at 6:27

Support pasteSpecial

Can paste All, value only, partial style to this range from server 
Clipboard(inter ZK Spreadsheet).

Original issue reported on code.google.com by [email protected] on 12 Jul 2010 at 3:56

NPE when click on an empty cell

java.lang.NullPointerException
    at org.zkoss.zss.ui.impl.Utils.getRichEditText(Utils.java:337)
    at org.zkoss.zss.ui.impl.Utils.getEditText(Utils.java:304)
    at
com.adobe.portal.zss.app.MainWindowCtrl.FocusedEvent(MainWindowCtrl.java:528)

Original issue reported on code.google.com by [email protected] on 31 May 2010 at 2:51

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.