Had a look at your files. I am not sure if the indented text is such a good
basis for importing into excel. Yes, it works, but I don't see how such
tree structures do anything useful, especially since excel doesn't
resize cells for you, so all contents ends up overwriting neighbouring cells.
Can you describe me a usage scenario for tree structures in excel?
What I can do rather easily, and what I think is more useful, is simply
a 1-level CSV export of a grid. It wouldn't export any hierarchy, but
it would allow grids to me moved back and forth between TreeSheets
and excel.
I can even imagine an algorithm to "flatten" a treesheet to a single,
e.g. if you had a 2x2 top level grid of which 1 cell contained another
2x2, flattening that would result in a 3x3 grid, which can then
be loaded into excel easily. However, again I am not sure what use
that would be, as the reverse transform is not generally possible.
Wouter
Adding a "CSV with semi colon" option is real easy... I have noted it
in the TODO, and if anyone else has problems with this too I'll add it.
Wouter