Description
This plugin adds support for export/import to Excel in Unity Editor.
Step-by-step guides
Description | Read |
---|---|
How to import data from Excel guide | read guide |
How to export data to Excel guide | read guide |
Using source code
We provide source code for our plugins, so you can use source code instead of built DLL file or build your own DLL using source code.
Guide for using source code:
- While importing plugin package, check the packages with source code only
- Download required library- NPOI (version >= 2.3.0 && version < 2.6) here and add library DLLs to your project to the Editor assembly (under Editor folder) (the following DLLs are required-NPOI.dll, NPOI.OOXML.dll, NPOI.OpenXml4Net.dll, NPOI.OpenXmlFormats.dll, ICSharpCode.SharpZipLib.dll, BouncyCastle.Crypto.dll)
- Import source code packages
Releases
Click to see all releases
Version | Release date | Download | Dependencies | Log |
---|---|---|---|---|
1.14 | Nov 1, 2024 | link | BGDatabase (v. >= 1.8.13) |
|
1.13 | Sep 8, 2024 | link | BGDatabase (v. >= 1.8.11) |
|
1.12 | June 2, 2024 | link | BGDatabase (v. >= 1.8.11) |
|
1.11 | Feb 9, 2024 | link | BGDatabase (v. >= 1.7.11) |
|
1.10 | Nov 12, 2022 | link | BGDatabase (v. >= 1.7.11) |
|
1.9 | Dec 22, 2021 | link | BGDatabase (v. >= 1.7.1) |
|
1.8 | Sep 14, 2021 | link | BGDatabase (v. >= 1.6.9) |
|
1.7 | Aug 8, 2021 | link | BGDatabase (v. >= 1.6.9) |
|
1.6 | May 26, 2021 | link | BGDatabase (v. >= 1.6.8) |
|
1.5 | Apr 29, 2021 | link | BGDatabase (v. >= 1.6.3) |
|
1.4 | Feb 2, 2021 | link | BGDatabase (v. >= 1.6.3) |
|
1.3 | Dec 6, 2020 | link | BGDatabase (v. >= 1.6.3) | ADDED: structure extraction wizard |
1.2 | Oct 28, 2020 | link | BGDatabase (v. >= 1.6.2) | ADDED: names mapping config |
1.1 | Sep 26, 2020 | link | BGDatabase (v. >= 1.6) | FIXED: Xlsx/updateIds on import options are broken |
1.0 | Sep 16, 2020 | link | BGDatabase (v. >= 1.6) | Initial release |