Convert Excel to Json

· updated 06-09-2026 · 2 min read · 234 words · js, nodejs, excel, json

Some time in our projects we need data in json files(mostly web projects). But collecting and managing data in json files is harder(At least this is what I feel) compared to excel. I had recently ran into a similar …

Read more →