Skip to content
#

xlsx

Here are 19 public repositories matching this topic...

Made a software which converts the excel file in a required JSON format. Using Html5 FileReader (), I instantiated a FileReader object to read its contents into memory. Simply using FileReader () won’t read the excel file therefore I used XLSX to read the file to Obtain the Current Row as CSV and converting each line to JSON format. Finally I converted JSON into required JSON String using Regx.

  • Updated Mar 29, 2019
  • HTML

Improve this page

Add a description, image, and links to the xlsx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xlsx topic, visit your repo's landing page and select "manage topics."

Learn more