mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update msoffice.js
This commit is contained in:
parent
35eb144ce8
commit
32020e0d84
|
@ -193,7 +193,7 @@ Excel.Range = function(range) {
|
|||
};
|
||||
Excel.Cell = function(cell) {
|
||||
this.cell = cell;
|
||||
// EXAMPLE: excel.getCell(1, 3).setValue("Hello world!");
|
||||
// EXAMPLE: excel.getCellByPosition(1, 3).setValue("Hello world!");
|
||||
this.setValue = function(value) {
|
||||
this.cell.Value = value;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user