I\'m trying to read an Excel (xlsx) file using the code shown below. I get an \"External table is not in the expected format.\" error unless I have the file already open in
That excel file address may have an incorrect extension. You can change the extension from xls to xlsx or vice versa and try again.