Mr Rao,
How I can use this functions FW_ExcelToDbf and FW_DbfToExel ?
I not understood How ... IS THERE A SAMPLE TEST ON .\SAMPLES ?
Can I have a test sample to try ?

I have :
Articoli.xls
some fields to try CODICE,DESCRIZIONE,TIPOLOGIA,CATEGORIA,SOTTOCATEG,UDM.IVA,LISTINO1,LISTINO2,LISTINO3
the first row are Headers of dbf
I made
#include "fivewin.ch"
Function test()
Local oRange,lOpened:=.f.
oRange := GetExcelRange("articoli.xls", , , @lOpened )
USE ARTICOLI ALIAS AR
select AR
FW_ExcelToDBF( oRange, nil, .t. )
return nil
it is compiled but then not save into dbf
How I can use this functions FW_ExcelToDbf and FW_DbfToExel ?
I not understood How ... IS THERE A SAMPLE TEST ON .\SAMPLES ?
Can I have a test sample to try ?

I have :
Articoli.xls
some fields to try CODICE,DESCRIZIONE,TIPOLOGIA,CATEGORIA,SOTTOCATEG,UDM.IVA,LISTINO1,LISTINO2,LISTINO3
the first row are Headers of dbf
I made
#include "fivewin.ch"
Function test()
Local oRange,lOpened:=.f.
oRange := GetExcelRange("articoli.xls", , , @lOpened )
USE ARTICOLI ALIAS AR
select AR
FW_ExcelToDBF( oRange, nil, .t. )
return nil
it is compiled but then not save into dbf
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com