-
Multiply selection like Excel. User holds Ctrl key and select cells/rows/columns by mouse left click. Very useful for formatting cells/rows/columns.
2009-12-17 10:59:25 UTC by per4ez
-
When trying to start keybord input with russian language, cell editing doesn't start, but if I stroke any other language (english, french, spanish and etc) or symbol (like % or &) editing starts well.
After double click editing starts well and data displays correctly.
2009-12-04 11:02:14 UTC by per4ez
-
Refer the ZK forum.
http://www.zkoss.org/forum/listComment/10124.
2009-11-04 06:19:42 UTC by henrichen
-
when load the http://www.energystar.gov/index.cfm?c=assess_value.financial_tools
Cash Flow Opportunity Calculator
SEVERE: Servlet.service() for servlet zkLoader threw exception
java.lang.NullPointerException
at jxl.biff.drawing.ZssDrawing.(ZssDrawing.java:61)
at org.zkoss.zss.model.impl.ExcelImporter.importSheetImages(ExcelImporter.java:584)
at...
2009-11-04 06:13:17 UTC by henrichen
-
I am just using the standard Spreadsheet component widget - testing things out to see if this will work in our application that we are prototyping. I get the following NPE when trying to open the XLS that is located here:
http://www.energystar.gov/index.cfm?c=assess_value.financial_tools - and it is the CASH FLOW OPPORTUNITY calculator (too big to attach here...
2009-10-26 15:37:30 UTC by crocchio1
-
A1: =1
A2: =2
B1: =A1+A2
B2: =A1+A2
B3: =SUM(B1:B2)
- B3=6 -> correct, change A1 to =1+3, B3 will turn to #NUM! (Not a number) -> error
- B2: =A1*A2, B3: =B1+B2 -> java.lang.Object exception popup.
2009-07-13 02:58:37 UTC by trungt