I need a 2D tables editor, that:

  1. Lets rename columns.
  2. Can save data as XML, using column names as tags, so it's possible to deserialize this XML and get collection of struct instances.
  3. Supports implicit typing for columns, and if column has no type -- for every cell as well (it should be serialized as <MyColumn xsi:type="xsd:double">0.5</MyColumn>). Types should be shown on the same table (different colors or prefix or suffix etc.).

I want the tool for unit tests. 10 columns table, written in the tests code, looks ugly.

Regards,

link|improve this question

in which programming language? what are the environment requirements? – Timothy Groote May 10 '11 at 10:34
I think, it's not important. Correct XML with implicit typing (when required) is suppported everywhere. I use C#. – noober May 10 '11 at 10:43
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.