Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Hannes Wyss
RE: cell/column word wrap [ reply ]  
2010-02-22 14:36
Kevin

sure:

[...]
fmt = Format.new :text_wrap => true
sheet.row(y).set_format(x, fmt)

hth

cheers
h.

By: Kevin Tambascio
cell/column word wrap [ reply ]  
2010-01-16 17:49
Hi,

I was wondering if an option to set a column or cell to allow word wrapping if the text extends beyond the column width? Looking through all the documentation, I couldn't find a way do that.

Regards,
KEvin