Excel to JSON

Convert spreadsheets to JSON.

JSON (2 records)
[
  {
    "name": "Alice",
    "age": "30"
  },
  {
    "name": "Bob",
    "age": "25"
  }
]