Popularity
1.2
Stable
Activity
1.1
Growing
44
15
14

Description

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.

Monthly Downloads: 0
Programming language: JavaScript
Tags: Table/Grid     Data     HTML     Grid     Table     JSON     excel    

excel2table alternatives and similar libraries

Based on the "Table/Grid" category.
Alternatively, view excel2table alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of excel2table or a related project?

Add another 'Table/Grid' Library

README

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](result.png)

How to use

  • import the library:
import "excel2table";
  • call the render function:
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

License

MIT


*Note that all licence references and agreements mentioned in the excel2table README section above are relevant to that project's source code only.