What's the best way to store "spreadsheet data" in MySQL -


i'm looking store spreadsheet type data in mysql database. grid, x/y coordinates, , each cell can have various different properties it.

the grids can of different sizes, , i'd system fast , flexible, though sort of caching isn't out of question if necessary.

finally, requirement of project use mysql, , restriction against document style storage solutions(anything nosql really).

i'm curious if has sort of standard solution i'm not seeing. i'd avoid big table along lines of column1_data1 column1_data2 column1_data3 etc etc many columns can safely account for.

sounds job entity-attribute-value model


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -