Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Created January 4, 2024 06:21
Show Gist options
  • Save TheShubhamVsnv/38f5e825918a6675c08a53d2f3ee37f3 to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/38f5e825918a6675c08a53d2f3ee37f3 to your computer and use it in GitHub Desktop.
connectedCallback() {
Promise.all([loadScript(this, workbook + "/exceljs/dist/exceljs.js")])
.then(() => {
console.log('Library loaded successfully');
}).catch(error => {
console.error('Error loading library: ' + JSON.stringify(error));
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment