yashinfosec.com

Explore Security In-depth

Hello readers this is my first blog, In this, I’m going to speak about a small website that I have created to upload and read XLSX file
So basically I have a little experience and knowledge working on HTML, upon some brainstorming and research I have found a useful Java Script Library from “unpkg” which can be used to read excel files

As a primary task, I created a website and coded it to upload files XLSX files, I used an input tag with type=file, then I used the library mentioned above to read the uploaded XLSX file and dump the file contents into tables

In order to Render and preview the table I used the generateTableHead, and generateTableRows functions and added an Event listener

You can take a In-depth look at this mini project at https://github.com/MrDark-X/HTML-XLSX/blob/main/script.html

Share this post

3 comments

Leave a Reply

Your email address will not be published. Required fields are marked *