跳过导航链接
A B C D E F G H I L M N O P R S T V W 

A

AbstractExportService<T> - top.jfunc.common.report中的类
 
AbstractExportService() - 类 的构造器top.jfunc.common.report.AbstractExportService
 
AbstractExportUploadExcelService<T> - top.jfunc.common.report中的类
 
AbstractExportUploadExcelService() - 类 的构造器top.jfunc.common.report.AbstractExportUploadExcelService
 
AbstractExportUploadService<T> - top.jfunc.common.report中的类
导出并上传
AbstractExportUploadService() - 类 的构造器top.jfunc.common.report.AbstractExportUploadService
 
AbstractExportUploadTxtService - top.jfunc.common.report中的类
 
AbstractExportUploadTxtService() - 类 的构造器top.jfunc.common.report.AbstractExportUploadTxtService
 
afterExport() - 类 中的方法top.jfunc.common.report.AbstractExportService
导出之后干的事情,比如上传FTP
afterExport() - 类 中的方法top.jfunc.common.report.AbstractExportUploadService
 
append() - 接口 中的方法top.jfunc.common.excel.AppendMoreData
 
append(AppendMoreData...) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
AppendMoreData - top.jfunc.common.excel中的接口
 
application(String) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 

B

bold() - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Use bold text.
borderColor(String) - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Set cell border color.
borderStyle(String) - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Set cell border style.

C

cellWidth(int) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
charset() - 类 中的方法top.jfunc.common.report.AbstractExportUploadTxtService
文件编码
Color - top.jfunc.common.fastexcel中的类
Predefined RGB colors.
Color() - 类 的构造器top.jfunc.common.fastexcel.Color
 
colToString(int) - 类 中的静态方法top.jfunc.common.fastexcel.Range
Convert a column index to a column name.
column(String...) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
columns(String[]...) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
contains(int, int) - 类 中的方法top.jfunc.common.fastexcel.Range
Check if this range contains the given cell coordinates.
convertDate(Date) - 类 中的静态方法top.jfunc.common.fastexcel.TimestampUtil
Convert a Date to a serial number.
convertDate(LocalDate) - 类 中的静态方法top.jfunc.common.fastexcel.TimestampUtil
Convert a LocalDate to a serial number.
convertRecordToString(Record) - 类 中的方法top.jfunc.common.report.AbstractExportUploadTxtService
record转一行
convertZonedDateTime(ZonedDateTime) - 类 中的静态方法top.jfunc.common.fastexcel.TimestampUtil
Convert a ZonedDateTime to a serial number.
createDownloadBegingJSONObject(String) - 类 中的静态方法top.jfunc.common.excel.asyncexport.ExcelExportKit
报表导出开始的返回信息,传入taskId,现在报表的导出异步化
createDownloadErrorJSONObject(String) - 类 中的静态方法top.jfunc.common.excel.asyncexport.ExcelExportKit
报表导出失败返回

D

data(List<?>...) - 类 中的静态方法top.jfunc.common.fastexcel.FastExcelExporter
 
dice(List<?>, int) - 类 中的静态方法top.jfunc.common.fastexcel.FastExcelExporter
 

E

equals(Object) - 类 中的方法top.jfunc.common.fastexcel.Range
 
ExcelCell - top.jfunc.common.excel中的注释类型
The ExcelCell
数值型的栏位只能使用Double
ExcelCell.Valid - top.jfunc.common.excel中的注释类型
 
ExcelExportKit - top.jfunc.common.excel.asyncexport中的类
用于产生导出excel的文件名等
ExcelLargeDataUtils - top.jfunc.common.excel中的类
导出大量数据
ExcelLargeDataUtils() - 类 的构造器top.jfunc.common.excel.ExcelLargeDataUtils
 
ExcelLog - top.jfunc.common.excel中的类
The ExcelLog
ExcelLog(Object, String) - 类 的构造器top.jfunc.common.excel.ExcelLog
 
ExcelLog(Object, String, Integer) - 类 的构造器top.jfunc.common.excel.ExcelLog
 
ExcelLogs - top.jfunc.common.excel中的类
The ExcelLogs
ExcelLogs() - 类 的构造器top.jfunc.common.excel.ExcelLogs
 
ExcelSheet<T> - top.jfunc.common.excel中的类
用于汇出多个sheet的Vo The ExcelSheet
ExcelSheet() - 类 的构造器top.jfunc.common.excel.ExcelSheet
 
ExcelUtil - top.jfunc.common.excel中的类
The ExcelUtilExcelCell搭配使用
ExcelUtil() - 类 的构造器top.jfunc.common.excel.ExcelUtil
 
export() - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
export(String, String) - 类 中的方法top.jfunc.common.report.AbstractExportService
具体的导出
export(String, String) - 类 中的方法top.jfunc.common.report.AbstractExportUploadExcelService
 
export(String, String) - 类 中的方法top.jfunc.common.report.AbstractExportUploadTxtService
 
exportAndFinish() - 类 中的方法top.jfunc.common.report.AbstractExportService
导出并再做什么
exportData(DBHelper, String[], String[], String, String) - 类 中的静态方法top.jfunc.common.excel.ExcelLargeDataUtils
 
exportData(Connection, String[], String[], String, String) - 类 中的静态方法top.jfunc.common.excel.ExcelLargeDataUtils
 
exportData(DBHelper, String[], String[], String, String, ProgressNotifier) - 类 中的静态方法top.jfunc.common.excel.ExcelLargeDataUtils
 
exportData(Connection, String[], String[], String, String, ProgressNotifier) - 类 中的静态方法top.jfunc.common.excel.ExcelLargeDataUtils
 
exportExcel(String[], Collection<T>, OutputStream) - 类 中的静态方法top.jfunc.common.excel.ExcelUtil
利用JAVA的反射机制,将放置在JAVA集合中并且符号一定条件的数据以EXCEL 的形式输出到指定IO设备上
用于单个sheet
exportExcel(String[], Collection<T>, OutputStream, String) - 类 中的静态方法top.jfunc.common.excel.ExcelUtil
利用JAVA的反射机制,将放置在JAVA集合中并且符号一定条件的数据以EXCEL 的形式输出到指定IO设备上
用于单个sheet
exportExcel(List<ExcelSheet<T>>, OutputStream) - 类 中的静态方法top.jfunc.common.excel.ExcelUtil
利用JAVA的反射机制,将放置在JAVA集合中并且符号一定条件的数据以EXCEL 的形式输出到指定IO设备上
用于多个sheet
exportExcel(List<ExcelSheet<T>>, OutputStream, String) - 类 中的静态方法top.jfunc.common.excel.ExcelUtil
利用JAVA的反射机制,将放置在JAVA集合中并且符号一定条件的数据以EXCEL 的形式输出到指定IO设备上
用于多个sheet
exportExcel(String[], List<?>, String, int) - 类 中的方法top.jfunc.common.excel.ExportUtils
单个工作薄流 excel文件输出
ExportExcelListener - top.jfunc.common.excel.asyncexport中的类
ExportExcelEvent事件监听器
ExportExcelListener() - 类 的构造器top.jfunc.common.excel.asyncexport.ExportExcelListener
 
exportToExcel(String[], String[], int, int, OutputStream, AppendMore<T>) - 类 中的静态方法top.jfunc.common.excel.ExportUtils
分页查询数据导出到Excel的工具类
ExportUtils - top.jfunc.common.excel中的类
导出excel帮助类
ExportUtils(String[]) - 类 的构造器top.jfunc.common.excel.ExportUtils
 

F

FastExcelExporter - top.jfunc.common.fastexcel中的类
FastExcelExporter.data(data).append(append).application(fileName).os(os).version(version).sheetNames(sheetNames).headers(headers).columns(columns).export();
FastExcelExporter(List<?>...) - 类 的构造器top.jfunc.common.fastexcel.FastExcelExporter
 
FieldForSortting - top.jfunc.common.excel中的类
The FieldForSortting
FieldForSortting(Field) - 类 的构造器top.jfunc.common.excel.FieldForSortting
 
FieldForSortting(Field, int) - 类 的构造器top.jfunc.common.excel.FieldForSortting
 
fillColor(String) - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Set fill color.
finish() - 类 中的方法top.jfunc.common.fastexcel.Workbook
Complete workbook generation: this writes worksheets and additional files as zip entries to the output stream.
finish() - 类 中的方法top.jfunc.common.fastexcel.Worksheet
Finish the construction of this worksheet.
firstLine() - 类 中的方法top.jfunc.common.report.AbstractExportUploadTxtService
文件的第一行,一般是一些文件头字段说明什么的,返回null就不写
fontColor(String) - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Set font color.
format(String) - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Set numbering format.
formula(int, int, String) - 类 中的方法top.jfunc.common.fastexcel.Worksheet
Set the cell formula at the given coordinates.

G

generateFileName(String) - 类 中的静态方法top.jfunc.common.excel.asyncexport.ExcelExportKit
获取文件名,根据日期创建导出文件名
getBottom() - 类 中的方法top.jfunc.common.fastexcel.Range
Get bottom row.
getColumns() - 类 中的方法top.jfunc.common.report.AbstractExportUploadExcelService
文件导出的列
getConnectBean() - 类 中的方法top.jfunc.common.report.AbstractExportUploadService
获取上传连接属性
getDataset() - 类 中的方法top.jfunc.common.excel.ExcelSheet
Excel数据集合
getEnableAsync() - 类 中的方法top.jfunc.common.excel.asyncexport.ExportExcelListener
 
getErrorLogList() - 类 中的方法top.jfunc.common.excel.ExcelLogs
 
getField() - 类 中的方法top.jfunc.common.excel.FieldForSortting
 
getFileName() - 类 中的方法top.jfunc.common.report.AbstractExportService
获取导出TEXT文件名
getFilePath(String) - 类 中的方法top.jfunc.common.report.AbstractExportService
本地文件保存绝对路径
getHasError() - 类 中的方法top.jfunc.common.excel.ExcelLogs
 
getHeaders() - 类 中的方法top.jfunc.common.excel.ExcelSheet
Excel表头
getHeaders() - 类 中的方法top.jfunc.common.report.AbstractExportUploadExcelService
文件导出的头
getIndex() - 类 中的方法top.jfunc.common.excel.FieldForSortting
 
getLeft() - 类 中的方法top.jfunc.common.fastexcel.Range
Get left column.
getList(int, int) - 类 中的方法top.jfunc.common.report.AbstractExportService
获取查询数据,不要获取查询的SQL,万一是从别的库查询呢 此方法会被多次调用,传入不同的pageNumber,返回null或者空集合即停止
getLog() - 类 中的方法top.jfunc.common.excel.ExcelLog
 
getLogList() - 类 中的方法top.jfunc.common.excel.ExcelLogs
 
getName() - 类 中的方法top.jfunc.common.fastexcel.Worksheet
Get worksheet name.
getObject() - 类 中的方法top.jfunc.common.excel.ExcelLog
 
getOrder() - 类 中的方法top.jfunc.common.excel.asyncexport.ExportExcelListener
 
getRight() - 类 中的方法top.jfunc.common.fastexcel.Range
Get right column.
getRowNum() - 类 中的方法top.jfunc.common.excel.ExcelLog
 
getSheetName() - 类 中的方法top.jfunc.common.excel.ExcelSheet
 
getSXSSFWorkbook() - 类 中的方法top.jfunc.common.excel.ExportUtils
 
getTag() - 类 中的方法top.jfunc.common.excel.asyncexport.ExportExcelListener
 
getTop() - 类 中的方法top.jfunc.common.fastexcel.Range
Get top row.
getUploadBean() - 类 中的方法top.jfunc.common.report.AbstractExportUploadService
获取上传文件属性
getWorkbook() - 类 中的方法top.jfunc.common.fastexcel.Worksheet
Get parent workbook.
getWorksheet() - 类 中的方法top.jfunc.common.fastexcel.Range
Get parent worksheet.
GRAY1 - 类 中的静态变量top.jfunc.common.fastexcel.Color
Light gray.
GRAY10 - 类 中的静态变量top.jfunc.common.fastexcel.Color
Dark gray.
GRAY2 - 类 中的静态变量top.jfunc.common.fastexcel.Color
 
GRAY3 - 类 中的静态变量top.jfunc.common.fastexcel.Color
 
GRAY4 - 类 中的静态变量top.jfunc.common.fastexcel.Color
 
GRAY5 - 类 中的静态变量top.jfunc.common.fastexcel.Color
 
GRAY6 - 类 中的静态变量top.jfunc.common.fastexcel.Color
 
GRAY7 - 类 中的静态变量top.jfunc.common.fastexcel.Color
 
GRAY8 - 类 中的静态变量top.jfunc.common.fastexcel.Color
 
GRAY9 - 类 中的静态变量top.jfunc.common.fastexcel.Color
 

H

hashCode() - 类 中的方法top.jfunc.common.fastexcel.Range
 
header(String...) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
headerRow(int) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
headers(String[]...) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
horizontalAlignment(String) - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Define horizontal alignment.

I

importExcel(Class<T>, InputStream, String, ExcelLogs, Integer...) - 类 中的静态方法top.jfunc.common.excel.ExcelUtil
把Excel的数据封装成voList
italic() - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Use italic text.

L

lastLine() - 类 中的方法top.jfunc.common.report.AbstractExportUploadTxtService
文件的最后一行,一般是统计数据,返回null就不写
linePrefix(Record) - 类 中的方法top.jfunc.common.report.AbstractExportUploadTxtService
每一行的前缀

M

merge() - 类 中的方法top.jfunc.common.fastexcel.Range
Merge cells within this range.
merge() - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Merge cells in this style setter's range.

N

newWorksheet(String) - 类 中的方法top.jfunc.common.fastexcel.Workbook
Create a new worksheet in this workbook.

O

onApplicationEvent(ExportExcelEvent) - 类 中的方法top.jfunc.common.excel.asyncexport.ExportExcelListener
 
os(OutputStream) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 

P

PAGE_SIZE - 类 中的静态变量top.jfunc.common.report.AbstractExportService
 
postExportEvent(DBHelper, String, String[], String[], String) - 类 中的静态方法top.jfunc.common.excel.asyncexport.ExcelExportKit
发布一个事件
postExportEvent(DBHelper, String, String[], String[], String, Runnable) - 类 中的静态方法top.jfunc.common.excel.asyncexport.ExcelExportKit
发布一个事件

R

Range - top.jfunc.common.fastexcel中的类
Definition of a range of cells.
range(int, int, int, int) - 类 中的方法top.jfunc.common.fastexcel.Worksheet
Create a new range of cells.
RED - 类 中的静态变量top.jfunc.common.fastexcel.Color
 
removeSpace(String) - 类 中的静态方法top.jfunc.common.excel.ExcelUtil
 

S

set(List<?>...) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
set() - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Apply style elements.
setDataset(Collection<T>) - 类 中的方法top.jfunc.common.excel.ExcelSheet
 
setField(Field) - 类 中的方法top.jfunc.common.excel.FieldForSortting
 
setHasError(Boolean) - 类 中的方法top.jfunc.common.excel.ExcelLogs
 
setHeaders(String[]) - 类 中的方法top.jfunc.common.excel.ExcelSheet
 
setIndex(int) - 类 中的方法top.jfunc.common.excel.FieldForSortting
 
setLog(String) - 类 中的方法top.jfunc.common.excel.ExcelLog
 
setLogList(List<ExcelLog>) - 类 中的方法top.jfunc.common.excel.ExcelLogs
 
setObject(Object) - 类 中的方法top.jfunc.common.excel.ExcelLog
 
setRowNum(Integer) - 类 中的方法top.jfunc.common.excel.ExcelLog
 
setSheetName(String) - 类 中的方法top.jfunc.common.excel.ExcelSheet
Excel页签名称
shadeAlternateRows(Fill) - 类 中的方法top.jfunc.common.fastexcel.Range
Apply shading to alternate rows in this range with the given fill pattern.
shadeAlternateRows(String) - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Shade alternate rows.
sheetName(String) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
sheetNames(String...) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
style() - 类 中的方法top.jfunc.common.fastexcel.Range
Get a new style setter for this range.
style(int, int) - 类 中的方法top.jfunc.common.fastexcel.Worksheet
Get a new style setter for a cell.
StyleSetter - top.jfunc.common.fastexcel中的类
Helper class to set style elements on a cell or range of cells.

T

TimestampUtil - top.jfunc.common.fastexcel中的类
Excel timestamp utility methods.
top.jfunc.common.excel - 程序包 top.jfunc.common.excel
 
top.jfunc.common.excel.asyncexport - 程序包 top.jfunc.common.excel.asyncexport
 
top.jfunc.common.fastexcel - 程序包 top.jfunc.common.fastexcel
 
top.jfunc.common.report - 程序包 top.jfunc.common.report
此包定义了导出、上传的基本流程(对账场景),子类实现具体的方法即可实现导出并上传
toString() - 类 中的方法top.jfunc.common.fastexcel.Range
 

V

value(int, int, Object) - 类 中的方法top.jfunc.common.fastexcel.Worksheet
Set the cell value at the given coordinates.
value(int, int) - 类 中的方法top.jfunc.common.fastexcel.Worksheet
Get the cell value (or formula) at the given coordinates.
version(String) - 类 中的方法top.jfunc.common.fastexcel.FastExcelExporter
 
VERSION_2003 - 类 中的静态变量top.jfunc.common.fastexcel.FastExcelExporter
 
verticalAlignment(String) - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Define vertical alignment.

W

Workbook - top.jfunc.common.fastexcel中的类
A Workbook contains one or more Worksheet objects.
Workbook(OutputStream, String, String) - 类 的构造器top.jfunc.common.fastexcel.Workbook
Constructor.
Worksheet - top.jfunc.common.fastexcel中的类
A worksheet is a set of cells.
wrapText(boolean) - 类 中的方法top.jfunc.common.fastexcel.StyleSetter
Enable or disable text wrapping in cells.
write(OutputStream) - 类 中的方法top.jfunc.common.excel.ExportUtils
 
A B C D E F G H I L M N O P R S T V W 
跳过导航链接