使用TextEditorControl将语法高亮的编辑器放入应用程序中。
2023-04-06 11:27:33 635KB C# C#3.0 .NET3.0 .NET3.5
1
Unity操作Excel所需要的dll插件,包括(EPPlus、Excel、ICSharpCode.SharpZipLib);
2023-04-03 20:59:15 523KB unity EPPlus Excel dll
1
5.0开头或含有nt:windows2000; 5.1/xp/xpsp1/xpsp2/xpsp3信息:windowsXP; 6.0/longhorn/vista信息:windowsVista; 6.1/win7信息:windows7; 6.2/win8信息:windows8; 6.3/win8.1信息:windows8.1; 10.0/win10信息:windows10。
2022-12-15 10:47:51 1.84MB c#
1
ICSharpCode.SharpZipLib.dll
2022-11-21 15:04:33 78KB dll
1
Unity 解析Excel所需要用到的工具,解压后直接放到项目中即可。 使用代码: // 解析Excel FileStream fs = new FileStream(Application.dataPath + "/Resources/Level/LevelConfig/Level_1001.xlsx", FileMode.Open, FileAccess.Read); // 创建Excel读取类 IExcelDataReader excelReader = ExcelReaderFactory.CreateOpenXmlReader(fs); while (excelReader.Read()) { int testInt = excelReader.GetInt32(0); string testStr = excelReader.GetString(1); }
2022-09-26 18:06:56 104KB Unity Excel C#
1
解压文件,ICSharpCode.SharpZIPLIB,用于程序调用来解压压缩包
2022-05-10 16:32:09 73KB 解压
1
https://blog.csdn.net/gatr/article/details/278173和https://blog.csdn.net/chinacsharper/article/details/8980456文中所需的dll工具。ftp://202.107.251.26
2022-04-27 11:08:10 376KB itextsharp.d ICSharpCode.
1
ICSharpCode.SharpZipLib压缩解决中文乱码dll和代码
2021-12-10 13:30:27 82KB SharpZipLib 压缩 乱码
1
未能加载文件或程序集“ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73”或它的某一个依赖项。系统找不到指定的文件。
2021-11-02 18:09:59 136KB execl
1
三个Excel读取必备Dll文件:Excel.dll 和ICSharpCode.SharpZipLib库文件,导入Unity工程中后,可使用using Excel命名空间使用相关的方法
2021-10-25 18:12:59 399KB Unity Excel的dll
1