Hi all,
I am having trouble importing a large excel file in .xlsx (c. 30 megabyte). I want to import one selected sheet only, however, when using "import excel" Stata (14/MP) yields only the error r(603). Does anyone have any clue what to do in such a case?
I do not plan to convert the file into csv and delimited text at this time.
Thanks in advance
Vanter
I am having trouble importing a large excel file in .xlsx (c. 30 megabyte). I want to import one selected sheet only, however, when using "import excel" Stata (14/MP) yields only the error r(603). Does anyone have any clue what to do in such a case?
Code:
. import excel "C:\Users\xxx\Data\Datastream_09.03.2018\Company Data_v12.xlsx", sheet("German All Equity Data") file C:\Users\xxx\Data\Datastream_09.03.2018\Company Data_v12.xlsx > could not be loaded r(603);
Thanks in advance
Vanter
Comment