A
Ahmed Abdelsalam
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
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