Coder Social home page Coder Social logo

Comments (4)

davyxu avatar davyxu commented on May 28, 2024

tabtoy 支持多个表文件, 对应一个结构导出. 之所以要设计的类型和字段拆分. 就是支持这种需求

  1. 这个需求, 本身非常特殊. 现在为止, 只见过你一个人这么提
  2. 枚举多的, 还要扩展, 为啥不直接用字符串? 注意: 枚举是为了方便程序, 不是策划. 策划才不会鸟你的枚举. 数字或者字符对于他们来说更方便
  3. 多表都可以声明枚举, 最终输出会有非常复杂的歧义检查. tabtoy v2就出过这个问题. 到最后, 你根本不知道某个枚举值在哪个表里定义的, 也没法搜索

from tabtoy.

Reekin avatar Reekin commented on May 28, 2024

tabtoy 支持多个表文件, 对应一个结构导出. 之所以要设计的类型和字段拆分. 就是支持这种需求

  1. 这个需求, 本身非常特殊. 现在为止, 只见过你一个人这么提
  2. 枚举多的, 还要扩展, 为啥不直接用字符串? 注意: 枚举是为了方便程序, 不是策划. 策划才不会鸟你的枚举. 数字或者字符对于他们来说更方便
  3. 多表都可以声明枚举, 最终输出会有非常复杂的歧义检查. tabtoy v2就出过这个问题. 到最后, 你根本不知道某个枚举值在哪个表里定义的, 也没法搜索

谢谢回复。
确实需求比较特殊,因为策划和程序都是同一个人...
我知道可以定义多个类型表,但终归还是要打开两个Excel文件。
不过我想了想,既然我的痛点是在于不想打开多个表,如果是在同一个工作簿中的不同Sheet的话操作起来就方便多了。
那我把需求替换成这样,可以接受吗?
支持在Index表中精确指定到Sheet页
image

from tabtoy.

davyxu avatar davyxu commented on May 28, 2024

多Sheet无法导出csv, 不是很友好. 这个从V3一开始设计就不支持多Sheet导出
多Sheet也是多表格文件搜索不透明的

from tabtoy.

Reekin avatar Reekin commented on May 28, 2024

噢噢那好吧~谢谢

from tabtoy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.