How can I use "import excel" to import all data from excel as numeric data and not as "strings"? I'm currently using the following command:
but all data, even those which are formated as "nummeric" under Excel, are imported as "strings".
PHP Code:
import excel "filename.xls", sheet("Data1'") firstrow case(lower) clear
Comment