3.4-11/25/2022
- Fix bugs.
3.3-06/17/2022
- Add more check logs and fix bugs.
- Fix StartWatch trigger twice bug. Add reload strategy.
3.1-2021.11-11
- Add ReadItem support, now you can read/write FVector/FRotator/FColor/FTransform/FMatrix……and even TArray/TSet/TMap from/into a single cell!
3.0-2021.08.24(a big change)
- Add UE4.27 support
- Add “Data Registry” support, see the last picture
- Allow ExcelWorksheet to create a DataTable object for querying (need set table header at first)
- Add some useful nodes, such as “ReadStructAtRowIndex”(convert one row’s data to a struct item)
- Fix bugs.
2.0-2021.01.06
2.0-2020.12.7
2.0-2019.4.8
1.5-2019.3.25
1.4-2019.2.15
1.3-2018.10.29
Feel free to tell me(fjz13@live.cn) which features you need, they’ll be added soon.
3.4-11/25/2022
- 修复bug。
3.3-06/17/2022
- 添加更多检查日志并修复错误。
- 修复StartWatch trigger twice bug。 添加重新加载策略。
3.1-2021.11-11
- 添加ReadItem支持,现在你可以读/写FVector/FRotator/FColor/FTransform/FMatrix……甚至TArray/TSet/TMap从/到单个单元格!
3.0-2021.08.24(一个很大的变化)
- 添加UE4.27支持
- 添加”数据注册表”支持,见最后一张图片
- 允许ExcelWorksheet创建用于查询的DataTable对象(首先需要设置表头)
- 添加一些有用的节点,例如”ReadStructAtRowIndex”(将一行的数据转换为结构项)
- 修复bug。
2.0-2021.01.06
2.0-2020.12.7
2.0-2019.4.8
1.5-2019.3.25
1.4-2019.2.15
1.3-2018.10.29
随时告诉我(fjz13@live.cn)您需要哪些功能,它们很快就会添加。
Preview: https://youtu.be/HHJsgH5NM_k
ExampleProject: https://github.com/fjz13/DirectExcelExample
Include C++ Source!
Easy to port to other platforms!
This plugin provides you with Blueprints and C++ to read & write Excel.xslx file data directly.
Unlike UE has to import CSV as datatables to use excel data, it’s super convenient to read excel sheets directly. Pushing a bit further, it’s more efficient to sync excel data to UE automatically whenever excel file changed.
Features:
-
Read/Write Excel file
-
Read/Add/Remove/Copy excel sheets
-
Get/Set cell’s value
-
Supported Types: bool, int, float, string, date
-
Watching excel file changed to notify events to reload game logic
-
Easy to use. >100 Blueprint nodes.
-
Read and write excel cell’s appearance, like font, format…
-
Use whole excel file as Data Registry source
-
Read row items as a Struct item
Supported Platforms: Win64, Android, Mac, IOS
Example Project: https://github.com/fjz13/DirectExcelExample
Excel format:
-
Excel-style Workbook
-
LibreOffice-style Workbook
-
Numbers-style Workbook
-
Encrypted Workbook (Excel 2007-2010)
-
Encrypted Workbook (Excel 2013-2016)
-
Document Properties
-
Numeric Cell Values
-
Inline String Cell Values
-
Shared String Cell Values
-
Shared String Text Run Formatting (e.g. varied fonts within a cell)
-
Comments
Feel free to tell me(fjz13@live.cn) which features you need, they’ll be added soon.
预览: https://youtu.be/HHJsgH5NM_k
例如项目: https://github.com/fjz13/DirectExcelExample
包括C++源!
易于移植到其他平台!
这个插件为您提供了蓝图和C++来读写Excel.直接xslx文件数据。
与UE必须导入CSV作为数据表才能使用excel数据不同,直接读取excel工作表非常方便。 再推一点,每当excel文件更改时,自动将excel数据同步到UE会更有效。
特征:
-
读/写Excel文件
-
读取/添加/删除/复制excel工作表
-
获取/设置单元格的值
-
支持的类型:bool,int,float,string,date
-
查看excel文件更改为通知事件重新加载游戏逻辑
-
易于使用。 >100个蓝图节点。
-
读写excel单元格的外观,如字体、格式…
-
使用整个excel文件作为数据注册表源
-
将行项读取为结构项
支持平台:Win64,Android,Mac,IOS
示例项目: https://github.com/fjz13/DirectExcelExample
Excel格式:
-
Excel样式工作簿
-
LibreOffice风格的工作簿
-
数字式工作簿
-
加密工作簿(Excel2007-2010)
-
加密工作簿(Excel2013-2016)
-
文档属性
-
数值单元格值
-
内联字符串单元格值
-
共享字符串单元格值
-
共享字符串文本运行格式(例如单元格内的各种字体)
-
评论
随时告诉我(fjz13@live.cn)您需要哪些功能,它们很快就会添加。
评论(0)