Skip to content

Code Theory

Web and Mobile Development articles

  • Home
  • About
  • Contact

Tag: excel

Parse and Read Excel Files (xls/xlsx) With JavaScript

Recently there was a requirement in one of my projects to parse Excel files (with xls/xlsx extensions) in the browser (using javascript ofcourse). So I looked around a bit on the internet and found these two useful libraries:

– js-xls
– js-xlsx

Lets see how to work with each of them.

Continue reading “Parse and Read Excel Files (xls/xlsx) With JavaScript”

Author RishabhPosted on April 20, 2025Categories Tools & TipsTags excel

Recent Posts

  • How to find a pattern with re.search in a Python string
  • How to pass **kwargs inside a Python function
  • How to override a method in a Python class

Subscribe

  • Follow on Twitter
  • RSS Feeds
  • Subscribe by Email
  • Home
  • About
  • Contact
Code Theory Proudly powered by WordPress