excel2table

1.2.0 • Public • Published

Excel2table

npm version

Excel2table is a library that will help you to render an Excel file as an HTML table. It uses https://github.com/dhtmlx/excel2json for Excel parsing.

result

How to use

import {render} from "excel2table";
render(html_container, data, config);

The parameters of the function are the following:

  • html_container - a CSS locator or an HTML element
  • data - a file object or a data blob
  • config - optional, a configuration object { worker, scale }, where
    • worker: string - an URL for a web worker; CDN is used by default
    • scale: boolean - defines whether Excel scale is shown
    • sheets: boolean - defines if sheet selector need to be rendered or not

License

MIT

Dependents (0)

Package Sidebar

Install

npm i excel2table

Weekly Downloads

16

Version

1.2.0

License

none

Unpacked Size

12.4 kB

Total Files

7

Last publish

Collaborators

  • mkozhukh
  • wolski
  • dhtmlxone