# excel2table **Repository Path**: data_factory/excel2table ## Basic Information - **Project Name**: excel2table - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-09 - **Last Updated**: 2025-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Excel2table ------------- [![npm version](https://badge.fury.io/js/excel2table.svg)](https://badge.fury.io/js/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: ```js import "excel2table"; ``` - call the `render` function: ```js 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