I am not able to import an Excel file (in Stata 14.2) when it was saved with Excel 2016 (Version 1708 - Build 8431.2079). Does someone else experience the same behaviour?
Stata's error message is: Unable to load file. Error: "Element not found"
I use this code for import:
The data is downloaded from https://data.europa.eu/euodp/en/data...disfp6projects
Stata's error message is: Unable to load file. Error: "Element not found"
I use this code for import:
Code:
import excel "cordis\cordis-fp6projects.xlsx", sheet("projects") firstrow clear
Comment