0.0.6 • Published 4 years ago

xl-read v0.0.6

Weekly downloads
25
License
-
Repository
-
Last release
4 years ago

#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 stackblitz

##Github repository Github

##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.

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago