Assaf Peled
unread,Feb 6, 2012, 2:58:40 AM2/6/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I'm using the WIN32OLE extension to handle Excel files through Ruby.
I can't seem to do the simple task of cell alignment to the left/
center, when I use :
sheet.columns(2).HorizontalAlignment = xlCenter (or xlLeft for that
matter).
Did anyone encountered that problem and knows how it can be solved ?
Thanks a lot !