Need "hb_excel.ch"

55 views
Skip to first unread message

Vikram Chhajer

unread,
Jan 15, 2023, 1:45:09 AM1/15/23
to Harbour Users
Hello Experts 
Found This prg On net While Googling  to convert text fil to excel  , need "hb_excel.ch"  to run this prg can  any one help with this .ch 





for text to excel

#include "hb_excel.ch"

FUNCTION Main()

   LOCAL oExcel := hb_ExcelCreate()
   hb_ExcelOpen( oExcel, "text.txt" )
   hb_ExcelSaveAs( oExcel, "output.xls" )
   hb_ExcelClose( oExcel )

RETURN Nil


Thanks 
Vikram
Reply all
Reply to author
Forward
0 new messages