# Excel4Unity
Excel for Unity
## Provides
* Excel(.xls/.xlsx) Read/Write
* Format Excel sheet into custom object (Excel,ExcelTable...)
* Edit .xls/.xlsx file in Unity EditorWindow
## Todo
* .xls support in platform Windows
* xls to json convertion
## How to use
``` c#
string excelPath = Application.dataPath + "/Test/Test.xlsx";
string outputPath = Application.dataPath + "/Test/Test2.xlsx";
Excel xls = ExcelHelper.LoadExcel(excelPath);
xls.ShowLog();
xls.Tables[0].SetValue(1, 1, "???");
ExcelHelper.SaveExcel(xls, outputPath);
```
## Dependency
* EEPlus
* .Net 2.0 instead of .Net 2.0 Subset if you want to do excel job runtime
## Version
Unity 4.x or higher
### Update 2016-3-16
* add new cell type "popup"
### Update 2016-3-15
* add model "ExcelTableCell" to describe the infomation of cell
* add editor to modify excel file in Unity
### Update 2016-3-10
* move the scripts and dlls into "Editor" folder to make sure the game can be running in ".Net 2.0 Subset"
* fix the row number & column number counting bug
* add example script in MyEditor/test

没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
asset strores商店的一个资源。 将Excel解析并进行压缩以及加密,之后成放到自定义的文件中。让您不再担心数据设计和游戏! 特性 - 纯c#代码 - 对原始数据进行压缩以及加密 - 常见移动端动态解析加密后的文件 - NET 2.0子集兼容性 支持的制作平台 - Windows平台 支持的运行时平台 - Windows - Android - Mac - iOS - etc
资源推荐
资源详情
资源评论


















收起资源包目录





































































共 58 条
- 1
资源评论


忧伤的红牌K
- 粉丝: 3
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
