mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update msoffice.js
This commit is contained in:
parent
2b524dcb13
commit
bf796ed61c
|
@ -110,10 +110,10 @@ FileTypes.Word = [
|
|||
// EXAMPLE: new Office.Excel()
|
||||
function Excel() {
|
||||
this.application = CreateObject("Excel.Application");
|
||||
this.Version = this.application.Version;
|
||||
this.version = this.application.Version;
|
||||
this.application.Visible = true;
|
||||
|
||||
console.info("Microsoft Excel Version:", this.Version);
|
||||
console.info("Microsoft Office Excel:", this.version);
|
||||
|
||||
this.currentWorkbook = null;
|
||||
this.currentWorksheet = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user