资源简介
npoi 2.0,内含.net framework 2.0、3.5、4.0各版本npoi,也包含example,从官网上下的。
代码片段和文件信息
/* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License Version 2.0
(the “License“); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing software
distributed under the License is distributed on an “AS IS“ BASIS
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==================================================================== */
using System;
using System.Text;
using System.IO;
using NPOI.HSSF.UserModel;
using NPOI.HPSF;
using NPOI.POIFS.FileSystem;
using NPOI.HSSF.Util;
using NPOI.SS.UserModel;
/* This sample is copied from poi/hssf/usermodel/examples/Hyperlink.java */
namespace AddHyperlinkInXls
{
class Program
{
static void Main(string[] args)
{
InitializeWorkbook();
////cell style for hyperlinks
////by default hyperlinks are blue and underlined
ICellstyle hlink_style = hssfworkbook.CreateCellstyle();
IFont hlink_font = hssfworkbook.CreateFont();
hlink_font.Underline = (byte)FontUnderlineType.SINGLE;
hlink_font.Color = HSSFColor.BLUE.index;
hlink_style.SetFont(hlink_font);
ICell cell;
ISheet sheet = hssfworkbook.CreateSheet(“Hyperlinks“);
//URL
cell = sheet.CreateRow(0).CreateCell(0);
cell.SetCellValue(“URL link“);
HSSFHyperlink link = new HSSFHyperlink(HyperlinkType.URL);
link.Address = (“http://poi.apache.org/“);
cell.Hyperlink = (link);
cell.Cellstyle = (hlink_style);
//link to a file in the current directory
cell = sheet.CreateRow(1).CreateCell(0);
cell.SetCellValue(“File link“);
link = new HSSFHyperlink(HyperlinkType.FILE);
link.Address = (“link1.xls“);
cell.Hyperlink = (link);
cell.Cellstyle = (hlink_style);
//e-mail link
cell = sheet.CreateRow(2).CreateCell(0);
cell.SetCellValue(“Email link“);
link = new HSSFHyperlink(HyperlinkType.EMAIL);
//note if subject contains white spaces make sure they are url-encoded
link.Address = (“mailto:poi@apache.org?subject=Hyperlinks“);
cell.Hyperlink = (link);
cell.Cellstyle = (hlink_style);
//link to a place in this
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-03-06 07:20 npoi\
目录 0 2013-03-07 10:24 npoi\dotnet2\
文件 200704 2013-03-06 07:13 npoi\dotnet2\ICSharpCode.SharpZipLib.dll
文件 1624064 2013-03-06 07:17 npoi\dotnet2\NPOI.dll
文件 387072 2013-03-06 07:17 npoi\dotnet2\NPOI.OOxm
文件 79872 2013-03-06 07:17 npoi\dotnet2\NPOI.Openxm
文件 120 2013-03-06 07:13 npoi\dotnet2\NPOI.Openxm
文件 1316864 2013-03-06 07:17 npoi\dotnet2\NPOI.Openxm
文件 2144246 2013-03-06 07:17 npoi\dotnet2\NPOI.xm
目录 0 2013-03-07 10:24 npoi\dotnet3.5\
文件 200704 2013-03-06 07:13 npoi\dotnet3.5\ICSharpCode.SharpZipLib.dll
文件 1624064 2013-03-06 07:17 npoi\dotnet3.5\NPOI.dll
文件 387072 2013-03-06 07:17 npoi\dotnet3.5\NPOI.OOxm
文件 79872 2013-03-06 07:17 npoi\dotnet3.5\NPOI.Openxm
文件 120 2013-03-06 07:13 npoi\dotnet3.5\NPOI.Openxm
文件 1316864 2013-03-06 07:17 npoi\dotnet3.5\NPOI.Openxm
文件 2144246 2013-03-06 07:17 npoi\dotnet3.5\NPOI.xm
目录 0 2013-03-07 10:24 npoi\dotnet4\
文件 200704 2013-03-06 07:13 npoi\dotnet4\ICSharpCode.SharpZipLib.dll
文件 1624064 2013-03-06 07:17 npoi\dotnet4\NPOI.dll
文件 387072 2013-03-06 07:17 npoi\dotnet4\NPOI.OOxm
文件 79872 2013-03-06 07:17 npoi\dotnet4\NPOI.Openxm
文件 1316864 2013-03-06 07:17 npoi\dotnet4\NPOI.Openxm
文件 2145032 2013-03-06 07:13 npoi\dotnet4\NPOI.xm
目录 0 2013-03-05 08:33 npoi\examples\
目录 0 2013-03-05 08:33 npoi\examples\hssf\
目录 0 2013-03-05 08:33 npoi\examples\hssf\AddHyperli
文件 4432 2013-03-05 08:10 npoi\examples\hssf\AddHyperli
文件 257 2013-03-05 08:10 npoi\examples\hssf\AddHyperli
文件 4498 2013-03-05 08:10 npoi\examples\hssf\AddHyperli
目录 0 2013-03-05 08:33 npoi\examples\hssf\AddHyperli
............此处省略471个文件信息
相关资源
- 华硕P8H61/USB3 R2.0主板BIOS驱动 免费版
- asus华硕 m5a97 le r2.0主板bios 官方版
- hostapd-2.0.tar.gz
- USB PCB布局布线要点及注意事项
- 美松打印机SDK MsPrintSDK-Demo-DLL-CShare-
- Spring-Data-Redis2.0+Spring5
- Visual Assist X 通用破解补丁v2.0 适用于
- USB Power Delivery 2.0与3.0区别
- 土地信息管理系统
- 钰硕ar8151网卡驱动 win7 64位 win7/10/xp
- ServiceStack V3.9 全部dll
- PDF pdfview.ocx 无水印
- 华为公司人力资源管理纲要2.0总纲公
- BPMN2.0 Modeler for Visio
- FinalData v2.01.1028 绿色版
- 影驰魔盘plus中文版 v2.0.0.7 官方最新版
- 最新BW量产工具——BW_Tool_v2.0
- springboot全套教程2018年2.0版本
- RiotFileTranslator2.0b(maya插件,可支持
-
PCI Express ba
se Specification Revision 2.1 - Penpower蒙恬全能大笔宝驱动 v2.0.3 最新
- SD 2.0 协议标准完整版---中文版
- SAML2.0的纯英文文档
- 华为P8max驱动 v1.02.03.00 官方免费版
- 华硕笔记本万能摄像头驱动v2.0官方正
- lenovo联想usb 2.0网卡驱动 for win7
- usb2.0 10/100m网卡驱动 最新版
- 易语言JSON解析模块2.0源码
- 易语言闪电脚本引擎模块2.0版源码
- 易语言淘宝助手2源码易语言淘宝助手
评论
共有 条评论