DEV Community

neethu
neethu

Posted on

How to display date format in Angular 8 Excel Reader?

I followed a tutorial for a project on Angular 8 I used xlsx and tried to read an excel file and to display the table.

Here below the code I followed from the tutorial:

import { Component, OnInit } from '@angular/core'; import  * as XLSX from 'xlsx';

@Component({   selector: 'app-excelsheet',

Top comments (0)