File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,16 @@ import { createWorkbook, createWorksheet } from 'excel-builder-vanilla';
1818
1919or from CDN with standalone script (IIFE)
2020``` html
21- <script src =" https://cdn.jsdelivr.net/npm/excel-builder-vanilla@3.0.1 /dist/excel-builder.iife.js" ></script >
21+ <script src =" https://cdn.jsdelivr.net/npm/excel-builder-vanilla@4.2.0 /dist/excel-builder.iife.js" ></script >
2222<script >
2323 const worksheet = ExcelBuilder .createWorksheet (); // or window.ExcelBuilder.createWorksheet();
2424 </script >
2525```
2626
27+ {% hint style="info" %}
28+ ESM import is the preferred approach and IIFE might actually be removed in the future to lower download size even further.
29+ {% endhint %}
30+
2731### Features Supported
2832
2933- Number and date formatting
You can’t perform that action at this time.
0 commit comments