Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问excel表多个sheet会怎么处理? #44

Closed
fananchong opened this issue Mar 15, 2020 · 7 comments
Closed

请问excel表多个sheet会怎么处理? #44

fananchong opened this issue Mar 15, 2020 · 7 comments

Comments

@fananchong
Copy link

No description provided.

@zhaohansprt
Copy link

以及 sheet 间如何引用 例如在lua 中 一个sheet中的某个属性如何引用 另外一个sheet所形成的lua table

:octocat: From gitme Android

@fananchong
Copy link
Author

主要项目中,有需求,一个 excel 管理一个系统的所有资源配置。
比如 arena.xlsx 有 sheet 页: ai rank award 3 页,表示 AI信息、排行信息、奖励信息;
导出 arena_ai.json 、 arena_rank.json 、 arena_award.json
看目前 tabtoy 没有此功能,或方便的让用户扩展支持此功能

@davyxu
Copy link
Owner

davyxu commented Apr 20, 2020

推荐还是拆成多表处理. tabtoy对多表文件支持比sheet好一些. 而且多表也是代码管理友好, 不容易发生合并冲突

tabtoy v2支持sheet
v3测试中, 不支持多sheet, 未来也不会支持

@fananchong
Copy link
Author

一个 excel 文件通过多页 sheet , 管理一个功能的所有配置 其实是绝大多数项目普遍的需求。
该库各方面挺优秀的,个人认为缺少这个功能是使用者的一个痛点

@davyxu
Copy link
Owner

davyxu commented Apr 20, 2020

说了, v2支持. 哪里缺少了?
tabtoy就是在众多团队试用后给与很多反馈才最终决定一些功能的设定. 不能以自己方便, 改变软件统一以及工作流的稳定啊?

4个人要同时修改一个xlsx的不同sheet, 怎么办?
拆成4个文件就没这个问题

@fananchong
Copy link
Author

4个人要同时修改一个xlsx的不同sheet 项目人为避免即可。
v2似乎不支持,上面说的, arena.xlsx 有 sheet 页: ai rank award 3 页,表示 AI信息、排行信息、奖励信息 的功能
能提交个例子吗?

@davyxu
Copy link
Owner

davyxu commented Apr 20, 2020

https://github.com/davyxu/tabtoy/tree/master/v2/example/combine
在这个基础上自己改下就好了嘛

@davyxu davyxu closed this as completed May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants