-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 2.5.0
-
Component/s: ZSS Component
refer to zul code
<zk>
<intbox>
<attribute name="onOK">
int rows = self.getValue();
System.out.println("set max rows: " + (ss.getMaxrows() + 50));
ss.setMaxrows(ss.getMaxrows() + 50);
</attribute>
</intbox>
<spreadsheet id="ss" maxrows="50" src="/xls/test.xlsx" height="100%" width="100%"></spreadsheet>
</zk>