Introduction
Use Xlsx as you would Csv, including formulas.
documentation
The Xlsx file for the demonstration:For example excels
The Xlsx file for the demonstration:For example excels Cn
中文版介绍
- This plug-in does not provide any ready-made blueprints or C++; its purpose is to generate C++ and blueprints based on configuration.
- If your project is created based on blueprint, it will be automatically converted to a C++ project, but will require a restart. Rest assured, you don't need to know anything about C++ to use this plugin properly
You can batch convert Excel files (.xlsx,.xlsm) into UObjects, load them once and automatically package them into specific data structures.There is no need to distribute the Excel source files.
Of course, Excel files follow a special format.You can view it in the linked document.
Version update:
2023/03/18
Fixed integer missing due to hidden floating point data in Excel
修复了因为Excel中隐藏的浮点数据导致整数丢失的问题
2022/08/08
- support type provide add:tarray<bool>,tarray<uint8>,tarray<int64>,tarray<string>,tarray<vector>,tarray<vector2d>,tarray<rotator>,tarray<float>
- If it is not required, the UBT is not executed.
- Add command:stc.export
- Improved logging
2022/08/03
- fix some error(The number of bits occupied by the same data structure varies with engine versions)
- support type provide add:uint8,int64,bool,vector2d