3.1.0 • Published 4 months ago

excel-builder-vanilla v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Excel-Builder-Vanilla

Documentation

šŸ“˜ Documentation website powered by GitBook

Live Demo

Available Live demo which displays all available options/methods.

Installation

npm install excel-builder-vanilla

The project offers 3 different bundle types, choose the best for your use case 1. ESM: to import from (prefered) 2. CJS: CommonJS to support old Node require() - will possibly be removed in the future 3. IIFE: standalone script with ExcelBuilder available on the window object

// ESM - npm install
import { createWorksheet } from 'excel-builder-vanilla';

// CJS - npm install
const { createWorksheet } = require('excel-builder-vanilla');

// IIFE - CDN
<script src="https://cdn.jsdelivr.net/npm/excel-builder-vanilla@3.0.0/dist/excel-builder.iife.js"></script>
<script>
  const worksheet = ExcelBuilder.createWorksheet();
</script>

Changelog

CHANGELOG

LICENSE

MIT License

3.1.0

4 months ago

3.0.12

8 months ago

3.0.4

10 months ago

3.0.13

8 months ago

3.0.3

10 months ago

3.0.10

9 months ago

3.0.2

10 months ago

3.0.11

9 months ago

3.0.8

9 months ago

3.0.14

8 months ago

3.0.6

10 months ago

3.0.5

10 months ago

3.0.9

9 months ago

3.0.1

1 year ago

3.0.0

1 year ago