[Harbour-users] XLS Files Addendum

Jan Sperling sperling at racsa.co.cr
Mon Feb 22 12:48:53 EST 2010


[to all trying to use the XLS File routine]

I think there is a small pice of code I did not  sent...

Just after creating the file with XLSOPEN, add the following lines:

           XLSFont(obj:EXP_File,'Times New Roman',200,0,0,0,0)
           XLSFont(obj:EXP_File,'Times New Roman',200,1,0,0,0) //Red ,2
           XLSFont(obj:EXP_File,'Times New Roman',240,0,0,0,0)
           XLSFont(obj:EXP_File,'Times New Roman',240,1,0,0,0)
           XLSFormat(obj:EXP_File,'General')
           XLSFormat(obj:EXP_File,'_-* #,##0.00_-;-* #,##0.00_-;_-* 
"-"??_-;_- at _-')
           XLSFormat(obj:EXP_File,'_-* #,##0_-;-* #,##0_-;_-* "-"_-;_- at _-')
           XLSFormat(obj:EXP_File,'dd/mm/aaaa')

BR, Jan 



More information about the Harbour-users mailing list