From: Daniel Waite Date: 2007-11-02T01:54:23+09:00 Subject: Re: Number to alpha letter Parv G. wrote: > Is there an out of box utility to convert a number to an alphabet > letter, like a to_alpha()? > > I'm trying to write the content of an array to a row in excel worksheet. 65.chr # 'A' -- Posted via http://www.ruby-forum.com/.