1.7.9 • Published 3 years ago

@glue42/office v1.7.9

Weekly downloads
257
License
SEE LICENSE IN li...
Repository
-
Last release
3 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

3 years ago

1.7.8

3 years ago

1.7.7

4 years ago

1.7.4-beta.0

4 years ago

1.7.5-core-5.4.9

4 years ago

1.7.3

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.9

4 years ago

1.6.8

5 years ago

1.6.7

5 years ago

1.6.6

5 years ago

1.6.4

5 years ago

1.6.5

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.6.0-alpha.7

5 years ago

1.6.0-alpha.6

6 years ago

1.6.0-alpha.5

6 years ago

1.6.0-alpha.4

6 years ago

1.6.0-alpha.3

6 years ago

1.6.0-alpha.2

6 years ago

1.6.0-alpha.1

6 years ago

1.6.0-alpha.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.11

6 years ago

1.4.10

6 years ago

1.4.9

6 years ago