excel-builder-vanilla
TypeScript icon, indicating that this package has built-in type declarations

3.0.6 • Public • Published

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 (preferred)
  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.1/dist/excel-builder.iife.js"></script>
<script>
  const worksheet = ExcelBuilder.createWorksheet();
</script>

Changelog

CHANGELOG

LICENSE

MIT License

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.6
    112
    • latest

Version History

Package Sidebar

Install

npm i excel-builder-vanilla

Weekly Downloads

604

Version

3.0.6

License

MIT

Unpacked Size

763 kB

Total Files

103

Last publish

Collaborators

  • ghiscoding