上一页 1 ··· 364 365 366 367 368 369 370 371 372 ··· 391 下一页
摘要: NPOI\testcases\main\testcases vs10.csproj需要注意,重新引用一下NPOI类库需要注意的是,测试项目,使用了NUnit找到测试项目下的SS文件夹,再定位到UserModel然后找到UserModel下的workbook和sheet的测试代码 阅读全文
posted @ 2015-06-02 13:34 ChuckLu 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 打开版本库下的examples文件夹然后打开对应的解决方案文件,尝试编译程序。发现提示缺少了dll琢磨了半天,找到四个项目文件,打开之后进行编译。最后会生成dll到solution文件夹下的Lib中NPOI.OpenXml4Net依赖于NPOINPOI.OpenXmlFormats 依赖于NPOI.... 阅读全文
posted @ 2015-06-02 11:20 ChuckLu 阅读(2140) 评论(0) 推荐(0) 编辑
摘要: 从github上clone源代码 git clone https://github.com/tonyqus/npoi.git 下载的版本库中,有一个名为Release Notes.txt的文件,在这个文件中包含了NPOI的release记录。 main文件夹中,是项目的源代码。查看源代码编译生成的d 阅读全文
posted @ 2015-06-02 09:57 ChuckLu 阅读(1951) 评论(0) 推荐(0) 编辑
摘要: 测试用的using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Te... 阅读全文
posted @ 2015-06-01 21:00 ChuckLu 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 警告 1由于存在对由程序集“c:\Program Files\Reference Assemblies\Microsoft\VSTO40\v4.0.Framework\Microsoft.Office.Tools.Excel.dll”创建的程序集的间接引用,因此创建了对嵌入的互操作程序集“c:\Pr... 阅读全文
posted @ 2015-06-01 20:18 ChuckLu 阅读(2417) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/zh-cn/library/ee342218(v=vs.110).aspxPIA的全称是 primary interop assembly 主互操作程序集http://www.cnblogs.com/pnljs/archive/2012/02/2... 阅读全文
posted @ 2015-06-01 14:32 ChuckLu 阅读(619) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/hh156499(v=vs.140).aspxThis page lists key feature names for each version of C# with descriptions of the new ... 阅读全文
posted @ 2015-06-01 14:31 ChuckLu 阅读(716) 评论(0) 推荐(0) 编辑
摘要: Here are three short phrases to help remember the 23 design patterns, ordered by category: Creational Patterns: "Abstract Building Factories Produce S 阅读全文
posted @ 2015-06-01 09:49 ChuckLu 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 在资源管理器中,右键,添加网络位置。 然后输入ftp的url ftp://server2008 使用匿名方式登录 阅读全文
posted @ 2015-05-29 17:37 ChuckLu 阅读(751) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/1274432/sqlite-parameters-not-allowing-tablename-as-parameterGenerally one cannot use SQL parameters/placeholders f... 阅读全文
posted @ 2015-05-29 17:08 ChuckLu 阅读(511) 评论(0) 推荐(0) 编辑
上一页 1 ··· 364 365 366 367 368 369 370 371 372 ··· 391 下一页