mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 06:01:04 +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) {
|
Excel.Cell = function(cell) {
|
||||||
this.cell = 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.setValue = function(value) {
|
||||||
this.cell.Value = value;
|
this.cell.Value = value;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user