Want to improve thi开发者_如何学Gos question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this questionI need a 2D tables editor, that:
- Let's rename columns.
- Can save data as XML, using column names as tags, so it's possible to deserialize this XML and get collection of struct instances.
- 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.
精彩评论