[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_-;_-* "-"??_-;_...@_-')
          XLSFormat(obj:EXP_File,'_-* #,##0_-;-* #,##0_-;_-* "-"_-;_...@_-')
          XLSFormat(obj:EXP_File,'dd/mm/aaaa')

BR, Jan
_______________________________________________
Harbour-users mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users

Reply via email to