EDIT: correct title is "Excel import limit to 40 mb avoidable by using the written command instead of the menubar"
Hi all,
I've always used the command line to import excel files into STATA and I never noticed that there is a 40mb size limit to excel files.
Even at the current time, the limit is avoidable by using the command:
I didn't notice any loss in rows on columns but now I'm wondering if my data are corrupted.
Thanks
Hi all,
I've always used the command line to import excel files into STATA and I never noticed that there is a 40mb size limit to excel files.
Even at the current time, the limit is avoidable by using the command:
Code:
import excel "filnemae.xlsx", sheet("sheetname") firstrow
Thanks
Comment