I was wondering if it is possible to put text columns into rich text format?
Input file:
1 A12 A15 A50 A73 A325
2 210 1200 240 175 250
3 350 1300 270 300 450
4 400 1500 270 350 200
5 500 1600 280 375 400
outputfile:
text text text text
1 4571.43 3809.52 12000.00 8571.43
2 etcetera
The input file is no problem, but the outputfile is.....
Yes, you can write rich text format. Unfortunately, you would either have to find a library that writes RTF or you need to study and implement in code the RTF specification.