I want to open an Excel file with more than 40 GB in Stata, and I used the following command
import delimited "F:\US_TradeMatrix_Part2_ST202109291458_v1.csv ", encoding(UTF-8) clear
but I can't open and edit the Excel file. I'm wondering how to open this kind of super-large file in Stata?