2

I need a 2D tables editor, that:

  1. Let's 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.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
noober
  • 4,819
  • 12
  • 49
  • 85

0 Answers0