I am importing an excel file Stata with the following command:
When I executed it the first time, I had no issues. The Excel file contains numbers in the following format: 1.000,00, but Stata imports them as 1,000.00.
How can I ensure that it is imported in the format which is used in the excel file?
Code:
import excel using "peer_energy_health_care.xlsx", firstrow clear
How can I ensure that it is imported in the format which is used in the excel file?
Comment