Skip to content

Commit e93e2c6

Browse files
committed
docs: add more info about IIFE standalone demo
1 parent 637cd50 commit e93e2c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/excel-builder-vanilla/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ const { createWorksheet } = require('excel-builder-vanilla');
2828

2929
// IIFE - CDN
3030
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/excel-builder.iife.js"></script>
31+
<script>
32+
const worksheet = ExcelBuilder.createWorksheet();
33+
</script>
3134
```
3235

3336
## Changelog

0 commit comments

Comments
 (0)