DEV Community

neethu
neethu

Posted on

1 1

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)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please consider leaving a ❤️ or a friendly comment if you found this post helpful!

Okay