I have a major problem importing data from an excel sheet into Stata - specifically I get the r(198) error, which is not particularly helpful.
The following command is being used:
Code:
import excel using siena.xls, firstrow sheet(Vorstand) cellrange(A1:EW1086)
It seems to me that either Stata can't handle the file size (unlikely - it's about 3MB) or there is something wrong with the Excel sheet. Unfortunately I have no idea what that could be as the format is exactly the same in my test sheet (which worked).
Any ideas on how to solve this?
Thank you so much in advance - I've got an important meeting next week and thought I was on the safe side trying the code with a smaller subset of my data. Major mistake as it turns out.
edit: This might be important - I'm using Stata SE 12.
0 Response to Major problem importing Excel file
Post a Comment