Excel to JSON conversion

When trying to convert from a list of data in Excel to JSON, I found that the first column must have the title 'Label', and none of the labels must be empty. Otherwise, the conversion does not work and you end up with html code instead of your JSON data. Even if one of the subsequent columns has the title 'Label', it will still not work.