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.
excel2table alternatives and similar libraries
Based on the "Table/Grid" category.
Alternatively, view excel2table alternatives based on common mentions on social networks and blogs.
-
Freewall
Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet... -
floatThead
Fixed <thead>. Doesn't need any custom css/html. Does what position:sticky can't -
Vanilla-DataTables
A lightweight, dependency-free javascript HTML table plugin -
Bootstrap Table
An Extension to the popular Bootstrap framework for creating tables that fit the style of your site with no need for additional markup.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of excel2table or a related project?
README
Excel2table
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.