README
xl-read
This is an angular module compatible with angular 6+ versions. It reads excel files and generate a tabular format with pagination.
Dependencies
1."xlsx":0.16.2 2."bootstrap":^3.3.1
Demo
Github repository
Installation
Run the command npm i xl-read
In your app.module.ts
import the module as
import {XlReadModule} from "xl-read"
Add the module to the import section
imports: [
BrowserModule,
XlReadModule
.....
],
In your app.html
put the code given below
<lib-xl-read></lib-xl-read>
You are good to go.