to put this question as simply as possible...
- spreadsheet functionality without a spreadsheet -
ive tried a few different approaches to this problem without success... giving the user a way to create tables to store trivial information in tabular format. each table would generally have a different number of columns...
the last approach i tried involved having a sheet, sheetrow, sheetcolumn, sheetfield... sheet having many rows and columns, field belonging to row and column... etc... whatever - as you can tell this is a complication from hell and unlikely to be in any way shape or form efficient...
so any ideas?
thanks, - FJM