"Open Source Recommendation" Unity converts xls into scritptable tool

Copyright statement: This article is the original article of the blogger and follows the CC 4.0 BY-SA copyright agreement. Please attach the original source link and this statement for reprinting.
Link to this article: https://blog.csdn.net/u010019717/article/details/55537787
Sun Guangdong 2017.2.3

            http://blog.csdn.NET/u010019717


In the past few days, my friends thought I recommended this open source project, it was open sourced by the Japanese on Github

https://github.com/tsubaki/Unity-Excel-Importer-Maker

In fact, there is not much code, mainly he uses NPOI (http://npoi.codeplex.com/ https://github.com/tonyqus/npoi ), an open source library (Chinese project), which is mainly to operate xls. . He is the C# version of the well-known POI in Java.

POI (http://poi.apache.org/download.html) is the .NET version of the POI project. POI is an open source Java project for reading and writing Microsoft OLE2 component documents such as Excel and WORD.

         Similar to C#'s Spire.Office Spire.XLS, etc.

        Also mentioned: EPPlus is also a library and can be used in Unity!  

 

   The Excel file must be placed in:

        Then select it, right click and click the menu

             After confirming, click the Create button, and the corresponding script will be generated under Terasurware/Classes.

              By the way, the corresponding ScritableObject asset has not yet been generated. What to do, after following the steps just now, it will be generated in the same directory as the Excel file in the Terasurware/ExcelData directory:


————————————————
Copyright statement: This article is the original article of the CSDN blogger "u010019717", which follows the CC 4.0 BY-SA copyright agreement. Please attach the original source link and this statement for reprinting .
Original link: https://blog.csdn.net/u010019717/article/details/55537787

Guess you like

Origin blog.csdn.net/u011105442/article/details/101198380