[Lazarus] Reading a spreadsheet with fpspreadsheet
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Fri Jul 30 08:53:32 CEST 2010
2010/7/30 Bogusław Brandys <brandys at o2.pl>:
> How difficult would be to add text orientation in cell ?
Now the following works:
MyWorksheet.WriteUTF8Text(0, 0, Str_First);
MyWorksheet.WriteTextRotation(0, 0, rt90DegreeClockwiseRotation);
Only in biff 8 format and only for texts at the moment.
You can choose counterclockwise or clockwise.
--
Felipe Monteiro de Carvalho
More information about the Lazarus
mailing list