The spreadsheet entry in cell D3 has an extra space at the end: it is "Dn " rather than “Dn”. Thus “read table” does not recognize it as “Dn”, and you get this error:
Could not find column 'Dn' in spreadsheet table header
After this space is removed, all of your spreadsheet tables read successfully.