Reference to another Workbook"

From Documentation
(Created page with "{{ZKSpreadsheetEssentials3PageHeader}} the concept of how spreadsheet get the javabean * how to define beans * knowing bean change")
 
Line 4: Line 4:
  
  
the concept of how spreadsheet get the javabean
+
cells in one spreadsheet can references to another spreadsheet's book.
  
* how to define beans
+
steps:
* knowing bean change
+
# import each book
 +
# make a book series
 +
# syntax
 +
 
 +
 
 +
= example =
 +
 
 +
<source lang='java'>
 +
//example code
 +
</source>

Revision as of 07:13, 5 July 2013


Reference to another Workbook





cells in one spreadsheet can references to another spreadsheet's book.

steps:

  1. import each book
  2. make a book series
  3. syntax


example

//example code