
Opis
Email: [email protected] / [email protected]
This plugin depends on the PythonScriptPlugin built into Unreal Engine and requires Python support to be enabled.
This plugin creating, modifying, and saving Excel (Xlsx) files within Unreal Engine (Blueprints/C++)
The demo is located in the plugin's Content folder. Running DemoMap will show the results.
The supported data types and operations include:
📊 Basic Data Types
✅ String
✅ Integer (Int)
✅ Floating Point (Double)
✅ Boolean (Bool)
✅ Null Value
🧮 Formulas & Special Formats
✅ Excel Formulas
✅ DateTime - Supports 7 different formats
✅ Drop-down Option Lists (Options)
✅ Hyperlinks
✅ Cell Comments
🎮 Unreal Engine Native Types
✅ Vector (FVector)
✅ Vector 2D (FVector2D)
✅ Vector 4 (FVector4)
✅ Rotator (FRotator)
✅ Transform (FTransform)
✅ Color (FColor)
✅ Linear Color (FLinearColor)
✅ Matrix (FMatrix)
✅ UObject Reference (Object Path Serialization)
🎨 Cell Styling
✅ Font Name/Size/Color
✅ Bold/Italic/Underline
✅ Fill Color
✅ Horizontal/Vertical Alignment
✅ Four-Side Border Control
✅ Row Height & Column Width Settings
📁 File & Worksheet Management
✅ Multi-Worksheet Management
✅ Worksheet Hide/Show
✅ Merged Cells
✅ Workbook Creation/Loading/Saving












