Since we're unpacking the entire row the `for` loop within `excel_to_json()` could be improved by using explicit list comprehension.
Since we're unpacking the entire row the
forloop withinexcel_to_json()could be improved by using explicit list comprehension.