Downloads

← Back Excel plugin for Editor
Version:
1.11
Format:
Unity package
Dependencies:
BGDatabase (v. >= 1.7.11)

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:

  1. While importing plugin package, check the packages with source code only
  2. Download required library- NPOI (min version 2.3.0) 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)
  3. Import source code packages

Releases

Click to see all releases
Version Release date Download Dependencies Log
1.11 Feb 9, 2024 link BGDatabase (v. >= 1.7.11)
  1. CHANGED empty cell detection
1.10 Nov 12, 2022 link BGDatabase (v. >= 1.7.11)
  1. Added support for serializing relations values as string/int values, instead of using ID or Name_ID
  2. Performance optimization
  3. CHANGED when rows mapping config with int/string field as ID is used, rows with empty/duplicate ID values are not exported anymore
  4. NPOI library upgrade (2.5.5 -> 2.5.6)
1.9 Dec 22, 2021 link BGDatabase (v. >= 1.7.1)
  1. NPOI library updated (2.5.4 -> 2.5.5)
  2. Min NET version 4.5 -> 4.7.1
1.8 Sep 14, 2021 link BGDatabase (v. >= 1.6.9)
  1. NPOI library updated (2.5.2 -> 2.5.4)
1.7 Aug 8, 2021 link BGDatabase (v. >= 1.6.9)
  1. FIXED: empty rows could be added to database under certain conditions (now empty rows are ignored)
  2. CHANGED: rows swapping method was rewritten to not use intermediate row
1.6 May 26, 2021 link BGDatabase (v. >= 1.6.8)
  1. ADDED: rows mapping configuration
1.5 Apr 29, 2021 link BGDatabase (v. >= 1.6.3)
  1. CHANGED: Float numbers format is changed to G7
1.4 Feb 2, 2021 link BGDatabase (v. >= 1.6.3)
  1. CHANGED: NPOI library upgraded to the latest version (2.3.0 -> 2.5.2)
  2. CHANGED: target NET framework (4.5 -> 4.5.1)
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
← Back to Downloads