1.2.0 • Published 1 year ago

excel2table v1.2.0

Weekly downloads
6
License
-
Repository
github
Last release
1 year ago

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