Skip to content

mattf06/xlnt4UE4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

xlnt wrapper for Unreal Engine 4. Can be use in Blueprint

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published