README.md (281B)
1 # csvFmt 2 3 Display a csv file (';' separated) with formating. 4 5 ``` 6 ./csvFmt.c phones.csv 7 ``` 8 9 It uses libfort: 10 11 [libfort](https://github.com/seleznevae/libfort) 12 From commit 4123716 13 14 I added the property FT_CPROP_CELL_BG_RGBCOLOR to set cell background color to a 24bit color value.