From: Alex Young Date: 2007-05-29T20:40:17+09:00 Subject: Re: making entire spread sheet as active record katthi wrote: > hi > I want to make entire spread sheet as active record model in ruby on > rails so that i can build applications on top of that .can any one > know how to do this ? Your best bet is to export the spreadsheet to a CSV, and import that CSV into an SQLite database. You can then use the SQLite database as Rails' database. For more information than that, you'd best ask on the Rails list. -- Alex