Dear Statalist members,
I am currently trying to import an xlsx. file into Stata 16, I am also using a Mac. I am getting the message that the Excel file exceeds 40MB and cannot be imported.
I was looking for ways to get around the problem and saved my xlsx. file as xls. I managed to import the file, but then I realised that I only have 65530 rows, which is only part of my data. I have in total around 225000 rows, so a substantial amount of my data doesn't get imported. Not sure why this is the case, because the xls. file has all the data in it. The
option of import in Stata doesn't also accept if I specify the 225000 as last row.
The other option I tried is
I am not sure how to use it, but I ran this line of code and then as next step I did the import. This doesn't work, but I am not sure if I should do it this way.
Any ideas how can I import my Excel file?
Albena
I am currently trying to import an xlsx. file into Stata 16, I am also using a Mac. I am getting the message that the Excel file exceeds 40MB and cannot be imported.
I was looking for ways to get around the problem and saved my xlsx. file as xls. I managed to import the file, but then I realised that I only have 65530 rows, which is only part of my data. I have in total around 225000 rows, so a substantial amount of my data doesn't get imported. Not sure why this is the case, because the xls. file has all the data in it. The
Code:
cellrange
The other option I tried is
Code:
set excelxlsxlargefile on
Any ideas how can I import my Excel file?
Albena
Comment