From: Ahmed Abdelsalam Date: 2009-04-22T07:30:32+09:00 Subject: Spreadsheet development Hi,... I'd like to create a Spreadsheet model, where I can access cells like the following: sheet = Spreadsheet.new sheet.cells.a1 = 'Hello' sheet.cells.b3 = 'World' The problem is in how to define cell names to be accessed in the above manner? Any help? Thanks Ahmed -- Posted via http://www.ruby-forum.com/.