I wish import a sheet excel into my dbf ARTICOLI.dbf
this is a image of my sheet excel
the file : https://drive.google.com/open?id=1UMWM7 ... DhzKQH-Uno
My test
Function Import()
Local oRange,lOpened:=.f.
oRange := GetExcelRange("C:\Work\Errori\Importa_e_Export\articoli.xls" , , @lOpened)
USE ARTICOLI ALIAS AR
SELECT AR
FW_ExcelToDBF( oRange, nil, .t. )
xbrowse(oRange)
oRange := NIL
return nil
Not load all fields ... why ?????
I see this :