https://github.com/convertigo/c8oprj-lib-excel-ui-ngx
https://github.com/convertigo/c8oprj-lib-excel-ui-ngx
back-end c8o-marketplace front-end library
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/convertigo/c8oprj-lib-excel-ui-ngx
- Owner: convertigo
- License: other
- Created: 2021-03-10T11:05:21.000Z (over 5 years ago)
- Default Branch: 8.0.0
- Last Pushed: 2025-08-06T10:07:18.000Z (10 months ago)
- Last Synced: 2025-08-06T12:08:04.595Z (10 months ago)
- Topics: back-end, c8o-marketplace, front-end, library
- Language: JavaScript
- Homepage:
- Size: 5.8 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lib_MicrosoftExcel_ui_ngx
Uses the Microsoft Excel connector for Convertigo platform. Install this library to enable reading from Microsoft Excel sheets on Office365 Cloud for your Convertigo applications
# Installation
* In your Convertigo Studio use File->Import->Convertigo->Convertigo Project and hit the 'Next' button
* In the Dialog 'Project remote URL' field Paste :
lib_MicrosoftExcel_ui_ngx=https://github.com/convertigo/c8oprj-lib-excel-ui-ngx.git:branch=8.0.0
* And click the 'Finish' button
* This will also automatically import the lib_OAuth project
# Usage
## Shared Actions
In order to authenticate with Microsoft Azure AD and access the availables documents in Microsoft OneDrive , the library provides a Shared Action you can use in your client apps.
Shared Action | Usage
------| ------
Authenticate | This will authenticate you app to Microsoft AzureAd. A Microsoft popup login page will appear to log you in.
## Sample Application
You will find in this project a sample application using the Microsoft Excel Sheet Library, use this as a reference and tutorial about using the library. This demonstrates :
- Use of the **Authenticate** Shared Action
- use of the **SheetGetRange** Sequence