An open API service indexing awesome lists of open source software.

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

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