Button handy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Table plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
...
Code Block | ||
---|---|---|
| ||
use "excel"; int fid = openWorkbook("snakes.xlsx"); setCurrentSheet(fid, "Venemous Snakes"); addRow(fid, 1); setCell(fid, "Lawyer Snake", 1, 0); insetCellsetCell(fid, "Cheatum Maximus", 1, 1); closeWorkbook(fid); |
...