Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Excel file format cannot be determined, you must specify an engine manually

#When an excel file is opened for example by MS excel a hidden temporary file is created in the same directory:
~$datasheet.xlsx

#So, when you run the code to read all the files from the folder it gives you the error:
Excel file format cannot be determined, you must specify an engine manually.

#When all files are closed and no hidden temporary files ~$filename.xlsx in the same directory the code works perfectly.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Excel #file #format #engine #manually
ADD COMMENT
Topic
Name
4+1 =