- 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.