https://github.com/mattf06/xlnt4ue4
xlnt wrapper for Unreal Engine 4. Can be use in Blueprint
https://github.com/mattf06/xlnt4ue4
excel ue4 ue4-plugin unreal-engine-4 xls xlsx
Last synced: 6 months ago
JSON representation
xlnt wrapper for Unreal Engine 4. Can be use in Blueprint
- Host: GitHub
- URL: https://github.com/mattf06/xlnt4ue4
- Owner: mattf06
- License: mit
- Created: 2018-11-26T21:20:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T22:25:20.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T08:02:34.389Z (6 months ago)
- Topics: excel, ue4, ue4-plugin, unreal-engine-4, xls, xlsx
- Language: C++
- Homepage:
- Size: 47.9 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xlnt for Unreal Engine 4 (xlnt4UE4)
A simple xlnt wrapper for UE4.
Provide Blueprint interface.
----------------------------------
The current version only support read operations and provides basic API to open xlsx file and read Workbook, Worksheet and Cell.This is a very early version. It is focus on reading data, not about xls structure (style, properties, and so on)
This project use xlnt as sub-module. To compile xlnt4UE4 you have to build xlnt before and generate the "installed" folder.
**TODO:**
- finalize read access
- add write/create support
- direct import from xlsx to DataTable type