开发者

XML table editor [closed]

开发者 https://www.devze.com 2023-03-04 16:28 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve thi开发者_如何学Gos question? Update the question so it focuses on one problem only b
Closed. This question needs to be more focused. It is not currently accepting answers.

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 question

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号