1.7.9 • Published 2 years ago

@glue42/office v1.7.9

Weekly downloads
257
License
SEE LICENSE IN li...
Repository
-
Last release
2 years ago

Intro

@glue42/office is a JavaScript library that allows Glue42-enabled applications to interact with Microsoft Office applications, using Glue42 Desktop functionalities.

@glue42/office includes the following modules:

  • Excel
  • Outlook
  • Word
  • (upcoming) PowerPoint

For more information, check the Glue42 Office Connectors documentation.

Usage

import Glue4Office from "@glue42/office";

const g4oConfig = {
    application: 'Office Interop',
    excel: true,    // enable Excel interop
    word: true,     // enable Word interop
    outlook: false  // disable Outlook interop
}
Glue4Office(g4oConfig)
    .then(g4o => {
        // g4o is a reference to the Glue4Office API
        window.g4o = g4o // expose g4o as a global var
        // use g4o
    })
    .catch(console.error)
1.7.9

2 years ago

1.7.8

2 years ago

1.7.7

3 years ago

1.7.4-beta.0

3 years ago

1.7.5-core-5.4.9

3 years ago

1.7.3

3 years ago

1.7.2

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.9

3 years ago

1.6.8

4 years ago

1.6.7

4 years ago

1.6.6

4 years ago

1.6.4

4 years ago

1.6.5

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.6.0-alpha.7

4 years ago

1.6.0-alpha.6

4 years ago

1.6.0-alpha.5

4 years ago

1.6.0-alpha.4

4 years ago

1.6.0-alpha.3

4 years ago

1.6.0-alpha.2

4 years ago

1.6.0-alpha.1

4 years ago

1.6.0-alpha.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.11

4 years ago

1.4.10

5 years ago

1.4.9

5 years ago