<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Sun Sep 27 11:17:59 CST 2020 -->
<TITLE>
Index
</TITLE>
<META NAME="date" CONTENT="2020-09-27">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./com/spire/xls/CellRange.html#activate()"><B>activate()</B></A> -
Method in class com.spire.xls.<A HREF="./com/spire/xls/CellRange.html" title="class in com.spire.xls">CellRange</A>
<DD>Active single cell in the worksheet.
<DT><A HREF="./com/spire/xls/core/IXLSRange.html#activate(boolean)"><B>activate(boolean)</B></A> -
Method in interface com.spire.xls.core.<A HREF="./com/spire/xls/core/IXLSRange.html" title="interface in com.spire.xls.core">IXLSRange</A>
<DD>Activates a single cell, which must be inside the current selection.
<DT><A HREF="./com/spire/xls/core/spreadsheet/collections/XlsRangesCollection.html#activate(boolean)"><B>activate(boolean)</B></A> -
Method in class com.spire.xls.core.spreadsheet.collections.<A HREF="./com/spire/xls/core/spreadsheet/collections/XlsRangesCollection.html" title="class in com.spire.xls.core.spreadsheet.collections">XlsRangesCollection</A>
<DD>Activages a single cell, scroll to it and activates the respective sheet
To select a range of cells, use the Select method.
<DT><A HREF="./com/spire/xls/core/spreadsheet/XlsRange.html#activate(boolean)"><B>activate(boolean)</B></A> -
Method in class com.spire.xls.core.spreadsheet.<A HREF="./com/spire/xls/core/spreadsheet/XlsRange.html" title="class in com.spire.xls.core.spreadsheet">XlsRange</A>
<DD>Activates a single cell, scroll to it and activates the corresponding sheet.
<DT><A HREF="./com/spire/xls/core/spreadsheet/XlsRange.html#activate()"><B>activate()</B></A> -
Method in class com.spire.xls.core.spreadsheet.<A HREF="./com/spire/xls/core/spreadsheet/XlsRange.html" title="class in com.spire.xls.core.spreadsheet">XlsRange</A>
<DD>Active single cell in the worksheet
<DT><A HREF="./com/spire/xls/core/spreadsheet/XlsWorksheetBase.html#activate()"><B>activate()</B></A> -
Method in class com.spire.xls.core.spreadsheet.<A HREF="./com/spire/xls/core/spreadsheet/XlsWorksheetBase.html" title="class in com.spire.xls.core.spreadsheet">XlsWorksheetBase</A>
<DD>Makes the current sheet the active sheet.
<DT><A HREF="./com/spire/xls/charts/ChartFormatCollection.html#add(com.spire.xls.charts.ChartFormat)"><B>add(ChartFormat)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartFormatCollection.html" title="class in com.spire.xls.charts">ChartFormatCollection</A>
<DD>
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add(com.spire.xls.charts.ChartSerie)"><B>add(ChartSerie)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Adds series to the collection.
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add()"><B>add()</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Defines a new series.
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add(java.lang.String)"><B>add(String)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Defines a new series.
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add(com.spire.xls.ExcelChartType)"><B>add(ExcelChartType)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Defines a new series.
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add(java.lang.String, com.spire.xls.ExcelChartType)"><B>add(String, ExcelChartType)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Defines a new series.
<DT><A HREF="./com/spire/xls/collections/ChartsCollection.html#add()"><B>add()</B></A> -
Method in class com.spire.xls.collections.<A HREF="./com/spire/xls/collections/ChartsCollection.html" title="class in com.spire.xls.collections">ChartsCollection</A>
<DD>Adds a new chart.
<DT><A HREF="./com/spire/xls/collections/ChartsCollection.html#add(java.lang.String)"><B>add(String)</B></A> -
Method in class com.spire.xls.collections.<A HREF="./com/spire/xls/collections/ChartsCollection.html" title="class in com.spire.xls.collections">ChartsCollection</A>
<DD>Add a new chart with name.
<DT><A HREF="./com/spire/xls/collections/ChartsCollection.html#add(com.spire.xls.ChartSheet)"><B>add(ChartSheet)</B></A> -
Method in class com.spire.xls.collections.<A HREF="./com/spire/xls/collections/ChartsCollection.html" title="class in com.spire.xls.collections">ChartsCollection</A>
<DD>Adds chart to the collection.
<DT><A HREF="./com/spire/xls/collections/H
没有合适的资源?快使用搜索试试~ 我知道了~
excel转换成pdf的spire.xls包,包含spire.xls.free-2.2.0.jar版本的jar,和Spire.X...

共1049个文件
html:533个
java:358个
xlsx:123个

需积分: 34 2.6k 浏览量
2020-12-25
10:20:59
上传
评论
收藏 62.31MB ZIP 举报
温馨提示
包含spire.xls.free-2.2.0.jar版本的jar,和Spire.Xls.jar 3.9.1版本的jar,都在lib下
资源详情
资源评论
资源推荐
收起资源包目录





































































































共 1049 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11













灯火栏栅处
- 粉丝: 3766
- 资源: 5
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


会员权益专享
最新资源
- test 数据集合for motion prediction tnt
- 数据集合train,for motion predition tnt
- txt练习文档,可用来C++读取中文txt文件,并对文件指定内容进行检测和修改
- 信息系统安全与对抗MOOC资料
- 3_面试.md
- Opera-96.0.4693.80安装包
- 电力电子技术中单相桥式双极性调制PWM型逆变电路的Simulink仿真模型
- 电力电子技术中单相桥式单极性调制PWM型逆变电路的Simulink仿真模型
- 电力电子技术中电压型单相全桥逆变电路SPWM控制的Simulink仿真模型
- 电力电子技术中的Simulink仿真模型 电压型单相全桥逆变电路移相控制
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制

评论0