Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractOffice - Class in org.aoju.bus.office.builtin
-
所有office任务实现的基类.
- AbstractOffice() - Constructor for class org.aoju.bus.office.builtin.AbstractOffice
- AbstractProvider - Class in org.aoju.bus.office.builtin.provider
-
所有文档转换器实现的基类
- AbstractProvider() - Constructor for class org.aoju.bus.office.builtin.provider.AbstractProvider
- AbstractRowHandler<T> - Class in org.aoju.bus.office.excel.sax
-
抽象行数据处理器,通过实现
AbstractRowHandler.handle(int, long, List)处理原始数据 并调用AbstractRowHandler.handleData(int, long, Object)处理经过转换后的数据。 - AbstractRowHandler(int, int) - Constructor for class org.aoju.bus.office.excel.sax.AbstractRowHandler
-
构造
- AbstractSheetReader<T> - Class in org.aoju.bus.office.excel.reader
-
抽象
Sheet数据读取实现 - AbstractSheetReader(int, int) - Constructor for class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
构造
- add(int, String) - Method in class org.aoju.bus.office.csv.CsvRow
- add(String) - Method in class org.aoju.bus.office.csv.CsvRow
- addAll(int, Collection<? extends String>) - Method in class org.aoju.bus.office.csv.CsvRow
- addAll(Collection<? extends String>) - Method in class org.aoju.bus.office.csv.CsvRow
- addHeaderAlias(String, String) - Method in class org.aoju.bus.office.csv.CsvConfig
-
增加标题别名
- addHeaderAlias(String, String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
增加标题别名
- addHeaderAlias(String, String) - Method in class org.aoju.bus.office.excel.ExcelWriter
- addHeaderAlias(String, String) - Method in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
增加标题别名
- addHeaderAlias(String, String) - Method in class org.aoju.bus.office.excel.reader.BeanSheetReader
-
增加标题别名
- addPicture(File, int, int) - Method in class org.aoju.bus.office.word.Word07Writer
-
增加图片,单独成段落
- addPicture(InputStream, PicType, String, int, int) - Method in class org.aoju.bus.office.word.Word07Writer
-
增加图片,单独成段落,增加后图片流关闭,默认居中对齐
- addPicture(InputStream, PicType, String, int, int, ParagraphAlignment) - Method in class org.aoju.bus.office.word.Word07Writer
-
增加图片,单独成段落,增加后图片流关闭
- addSelect(int, int, String...) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
增加下拉列表
- addSelect(CellRangeAddressList, String...) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
增加下拉列表
- addTable(Iterable<?>) - Method in class org.aoju.bus.office.word.Word07Writer
-
增加表格数据
- addText(Font, String...) - Method in class org.aoju.bus.office.word.Word07Writer
-
增加一个段落
- addText(ParagraphAlignment, Font, String...) - Method in class org.aoju.bus.office.word.Word07Writer
-
增加一个段落
- addValidationData(DataValidation) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
增加单元格控制,比如下拉列表、日期验证、数字范围验证等
- aliasHeader(Object, int) - Method in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
转换标题别名,如果没有别名则使用原标题,当标题为空时,列号对应的字母便是header
- aliasHeader(List<Object>) - Method in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
转换标题别名,如果没有别名则使用原标题,当标题为空时,列号对应的字母便是header
- alwaysDelimitText - Variable in class org.aoju.bus.office.csv.CsvWriteConfig
-
是否始终使用文本分隔符,文本包装符,默认false,按需添加
- AttributeName - Enum Class in org.aoju.bus.office.excel.sax
-
Excel的XML中属性名枚举
- autoSizeColumn(int) - Method in class org.aoju.bus.office.excel.BigExcelWriter
- autoSizeColumn(int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置某列为自动宽度,不考虑合并单元格 此方法必须在指定列数据完全写出后调用才有效
- autoSizeColumn(int, boolean) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置某列为自动宽度 此方法必须在指定列数据完全写出后调用才有效
- autoSizeColumnAll() - Method in class org.aoju.bus.office.excel.BigExcelWriter
- autoSizeColumnAll() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置所有列为自动宽度,不考虑合并单元格 此方法必须在指定列数据完全写出后调用才有效 列数计算是通过第一行计算的
B
- BeanRowHandler<T> - Class in org.aoju.bus.office.excel.sax
-
Bean形式的行处理器 将一行数据转换为Map,key为指定行,value为当前行对应位置的值
- BeanRowHandler(int, int, int, Class<T>) - Constructor for class org.aoju.bus.office.excel.sax.BeanRowHandler
-
构造
- BeanSheetReader<T> - Class in org.aoju.bus.office.excel.reader
-
读取
Sheet为bean的List列表形式 - BeanSheetReader(int, int, int, Class<T>) - Constructor for class org.aoju.bus.office.excel.reader.BeanSheetReader
-
构造
- beginLineNo - Variable in class org.aoju.bus.office.csv.CsvReadConfig
-
定义开始的行(包括),此处为原始文件行号
- BigExcelWriter - Class in org.aoju.bus.office.excel
-
大数据量Excel写出
- BigExcelWriter() - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造,默认生成xlsx格式的Excel文件 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(java.io.OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - BigExcelWriter(int) - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(java.io.OutputStream)方法写出到流 若写出到文件,需要调用ExcelWriter.flush(File)写出到文件 - BigExcelWriter(int, boolean, boolean, String) - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(java.io.OutputStream)方法写出到流 若写出到文件,需要调用ExcelWriter.flush(File)写出到文件 - BigExcelWriter(int, String) - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(java.io.OutputStream)方法写出到流 若写出到文件,需要调用ExcelWriter.flush(File)写出到文件 - BigExcelWriter(File) - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造,默认写出到第一个sheet,第一个sheet名为sheet1
- BigExcelWriter(File, String) - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造
- BigExcelWriter(String) - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造,默认写出到第一个sheet,第一个sheet名为sheet1
- BigExcelWriter(String, String) - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造
- BigExcelWriter(Sheet) - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(java.io.OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - BigExcelWriter(SXSSFWorkbook, String) - Constructor for class org.aoju.bus.office.excel.BigExcelWriter
-
构造 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(java.io.OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - BOOL - Enum constant in enum class org.aoju.bus.office.excel.sax.CellDataType
-
Boolean类型
- BooleanCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
Boolean值单元格设置器 - Builder - Class in org.aoju.bus.office
-
为office提供辅助功能.
- Builder() - Constructor for class org.aoju.bus.office.Builder
C
- c - Enum constant in enum class org.aoju.bus.office.excel.sax.ElementName
-
Cell单元格标签名,表示一个单元格
- CalendarCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
Calendar值单元格设置器 - CELL_FILL_CHAR - Static variable in class org.aoju.bus.office.excel.ExcelSaxKit
- CellDataType - Enum Class in org.aoju.bus.office.excel.sax
-
单元格数据类型枚举
- cellEditor - Variable in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
单元格值处理接口
- CellEditor - Interface in org.aoju.bus.office.excel.cell
-
单元格编辑器接口 在读取Excel值时,有时我们需要针对所有单元格统一处理结果值(如null转默认值)的情况 实现接口并调用reader.setCellEditor()设置编辑器
- CellKit - Class in org.aoju.bus.office.excel
-
Excel表格中单元格工具类
- CellKit() - Constructor for class org.aoju.bus.office.excel.CellKit
- CellLocation - Class in org.aoju.bus.office.excel.cell
-
单元格位置
- CellLocation(int, int) - Constructor for class org.aoju.bus.office.excel.cell.CellLocation
-
构造
- CellSetter - Interface in org.aoju.bus.office.excel.cell
-
单元格值自定义设置器,主要用于Excel数据导出,用户通过自定义此接口,实现可定制化的单元格值设定
- CellSetterFactory - Class in org.aoju.bus.office.excel.cell.setters
-
CellSetter简单静态工厂类,用于根据值类型创建对应的CellSetter - CellSetterFactory() - Constructor for class org.aoju.bus.office.excel.cell.setters.CellSetterFactory
- cellStyle - Variable in class org.aoju.bus.office.excel.StyleSet
-
默认样式
- cellStyleForDate - Variable in class org.aoju.bus.office.excel.StyleSet
-
默认日期样式
- cellStyleForHyperlink - Variable in class org.aoju.bus.office.excel.StyleSet
-
默认链接样式
- cellStyleForNumber - Variable in class org.aoju.bus.office.excel.StyleSet
-
默认数字样式
- CellValue<T> - Interface in org.aoju.bus.office.excel.cell
-
抽象的单元格值接口,用于判断不同类型的单元格值
- characters(char[], int, int) - Method in class org.aoju.bus.office.excel.sax.SheetSaxHandler
- CharSequenceCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
CharSequence值单元格设置器 - check() - Static method in class org.aoju.bus.office.Registry
-
检查POI包的引入情况
- clear() - Method in class org.aoju.bus.office.csv.CsvRow
- clearHeaderAlias() - Method in class org.aoju.bus.office.excel.ExcelBase
-
清空标题别名,key为Map中的key,value为别名
- clearHeaderAlias() - Method in class org.aoju.bus.office.excel.ExcelWriter
- cloneCellStyle(Cell, CellStyle) - Static method in class org.aoju.bus.office.excel.StyleKit
-
克隆新的
CellStyle - cloneCellStyle(Workbook, CellStyle) - Static method in class org.aoju.bus.office.excel.StyleKit
-
克隆新的
CellStyle - cloneSheet(int, String, boolean) - Method in class org.aoju.bus.office.excel.ExcelBase
-
复制当前sheet为新sheet
- close() - Method in class org.aoju.bus.office.csv.CsvParser
- close() - Method in class org.aoju.bus.office.csv.CsvReader
- close() - Method in class org.aoju.bus.office.csv.CsvWriter
- close() - Method in class org.aoju.bus.office.excel.BigExcelWriter
- close() - Method in class org.aoju.bus.office.excel.ExcelBase
-
关闭工作簿 如果用户设定了目标文件,先写出目标文件后给关闭工作簿
- close() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
关闭工作簿 如果用户设定了目标文件,先写出目标文件后给关闭工作簿
- close() - Method in class org.aoju.bus.office.word.Word07Writer
-
关闭Word文档 如果用户设定了目标文件,先写出目标文件后给关闭工作簿
- closeWithoutFlush() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
关闭工作簿但是不写出
- closeWithoutFlush() - Method in class org.aoju.bus.office.word.Word07Writer
-
关闭Word文档但是不写出
- colNameToIndex(String) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
根据表元的列名转换为列号
- ColumnSheetReader - Class in org.aoju.bus.office.excel.reader
-
读取单独一列
- ColumnSheetReader(int, int, int) - Constructor for class org.aoju.bus.office.excel.reader.ColumnSheetReader
-
构造
- commentCharacter - Variable in class org.aoju.bus.office.csv.CsvConfig
-
注释符号,用于区分注释行,默认'#'
- computeNext() - Method in class org.aoju.bus.office.csv.CsvParser
- contains(Object) - Method in class org.aoju.bus.office.csv.CsvRow
- contains(String) - Method in class org.aoju.bus.office.Registry
-
是否包含指定名称的校验器
- containsAll(Collection<?>) - Method in class org.aoju.bus.office.csv.CsvRow
- Context - Interface in org.aoju.bus.office
-
所有office上下文接口的基本接口.
- convert(File) - Method in class org.aoju.bus.office.builtin.provider.LocalOfficeProvider
- convert(File) - Method in class org.aoju.bus.office.builtin.provider.OnlineOfficeProvider
- convert(File) - Method in interface org.aoju.bus.office.Provider
-
转换存储在本地文件系统上的源文件.
- convert(InputStream) - Method in class org.aoju.bus.office.builtin.provider.LocalOfficeProvider
- convert(InputStream) - Method in class org.aoju.bus.office.builtin.provider.OnlineOfficeProvider
- convert(InputStream) - Method in interface org.aoju.bus.office.Provider
-
转换源流输入流.
- convert(InputStream, boolean) - Method in class org.aoju.bus.office.builtin.provider.LocalOfficeProvider
- convert(InputStream, boolean) - Method in class org.aoju.bus.office.builtin.provider.OnlineOfficeProvider
- convert(InputStream, boolean) - Method in interface org.aoju.bus.office.Provider
-
转换源流输入流.
- convertFunc - Variable in class org.aoju.bus.office.excel.sax.AbstractRowHandler
-
行数据转换函数
- countNullCell(String, String) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
计算两个单元格之间的单元格数目(同一行)
- create(File) - Static method in class org.aoju.bus.office.word.WordKit
-
创建
XWPFDocument,如果文件已存在则读取之,否则创建新的 - createBook(boolean) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建新的空白Excel工作簿
- createBook(File) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载工作簿
- createBook(File, boolean) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载工作簿
- createBook(File, String) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载工作簿,只读模式
- createBook(File, String, boolean) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载工作簿
- createBook(InputStream) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载工作簿
- createBook(InputStream, String) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载工作簿
- createBook(String) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载工作簿
- createBook(String, boolean) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载工作簿
- createBookForWriter(File) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建工作簿,用于Excel写出
- createCellSetter(Object) - Static method in class org.aoju.bus.office.excel.cell.setters.CellSetterFactory
-
创建值对应类型的
CellSetter - createCellStyle() - Method in class org.aoju.bus.office.excel.ExcelBase
-
创建单元格样式
- createCellStyle(int, int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
为指定单元格创建样式,返回样式后可以设置样式内容
- createCellStyle(String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
为指定单元格创建样式,返回样式后可以设置样式内容
- createCellStyle(Workbook) - Static method in class org.aoju.bus.office.excel.StyleKit
-
创建单元格样式
- createColumnStyle(int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
创建某一列的样式,返回样式后可以设置样式内容
- createDefaultCellStyle(Workbook) - Static method in class org.aoju.bus.office.excel.StyleKit
-
创建默认普通单元格样式
- createFont() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
创建字体
- createFont(Workbook, short, short, String) - Static method in class org.aoju.bus.office.excel.StyleKit
-
创建字体
- createHeadCellStyle(Workbook) - Static method in class org.aoju.bus.office.excel.StyleKit
-
创建默认头部样式
- createHyperlink(HyperlinkType, String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
创建
Hyperlink,默认内容(标签为链接地址本身) - createHyperlink(HyperlinkType, String, String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
创建
Hyperlink,默认内容 - createSaxReader(boolean, RowHandler) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
- createSXSSFBook() - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建SXSSFWorkbook,用于大批量数据写出
- createSXSSFBook(int) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建SXSSFWorkbook,用于大批量数据写出
- createSXSSFBook(int, boolean, boolean) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建空的
SXSSFWorkbook,用于大批量数据写出 - createSXSSFBook(File) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载SXSSFWorkbook工作簿
- createSXSSFBook(File, boolean) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载SXSSFWorkbook工作簿
- createSXSSFBook(File, String) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载SXSSFWorkbook工作簿,只读模式
- createSXSSFBook(File, String, boolean) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载SXSSFWorkbook工作簿
- createSXSSFBook(InputStream) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载SXSSFWorkbook工作簿
- createSXSSFBook(InputStream, String) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载SXSSFWorkbook工作簿
- createSXSSFBook(String) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载SXSSFWorkbook工作簿
- createSXSSFBook(String, boolean) - Static method in class org.aoju.bus.office.excel.WorksKit
-
创建或加载SXSSFWorkbook工作簿
- createTable(XWPFDocument) - Static method in class org.aoju.bus.office.word.TableKit
-
创建空表,只有一行
- createTable(XWPFDocument, Iterable<?>) - Static method in class org.aoju.bus.office.word.TableKit
-
创建表格并填充数据,默认表格
- CsvConfig<T extends CsvConfig<?>> - Class in org.aoju.bus.office.csv
-
CSV基础配置项
- CsvConfig() - Constructor for class org.aoju.bus.office.csv.CsvConfig
- CsvData - Class in org.aoju.bus.office.csv
-
CSV数据,包括头部信息和行数据
- CsvData(List<String>, List<CsvRow>) - Constructor for class org.aoju.bus.office.csv.CsvData
-
构造
- CsvKit - Class in org.aoju.bus.office.csv
-
CSV工具
- CsvKit() - Constructor for class org.aoju.bus.office.csv.CsvKit
- CsvParser - Class in org.aoju.bus.office.csv
-
CSV行解析器,参考:FastCSV
- CsvParser(Reader, CsvReadConfig) - Constructor for class org.aoju.bus.office.csv.CsvParser
-
CSV解析器
- CsvReadConfig - Class in org.aoju.bus.office.csv
-
CSV读取配置项
- CsvReadConfig() - Constructor for class org.aoju.bus.office.csv.CsvReadConfig
- CsvReader - Class in org.aoju.bus.office.csv
-
CSV文件读取器,参考:FastCSV
- CsvReader() - Constructor for class org.aoju.bus.office.csv.CsvReader
-
构造,使用默认配置项
- CsvReader(File, Charset, CsvReadConfig) - Constructor for class org.aoju.bus.office.csv.CsvReader
-
构造
- CsvReader(File, CsvReadConfig) - Constructor for class org.aoju.bus.office.csv.CsvReader
-
构造,默认
Charset.UTF_8编码 - CsvReader(Reader, CsvReadConfig) - Constructor for class org.aoju.bus.office.csv.CsvReader
-
构造
- CsvReader(Path, Charset, CsvReadConfig) - Constructor for class org.aoju.bus.office.csv.CsvReader
-
构造
- CsvReader(Path, CsvReadConfig) - Constructor for class org.aoju.bus.office.csv.CsvReader
-
构造,默认
Charset.UTF_8编码 - CsvReader(CsvReadConfig) - Constructor for class org.aoju.bus.office.csv.CsvReader
-
构造
- CsvRow - Class in org.aoju.bus.office.csv
-
CSV中一行的表示
- CsvRow(long, Map<String, Integer>, List<String>) - Constructor for class org.aoju.bus.office.csv.CsvRow
-
构造
- CsvWriteConfig - Class in org.aoju.bus.office.csv
-
CSV写出配置项
- CsvWriteConfig() - Constructor for class org.aoju.bus.office.csv.CsvWriteConfig
- CsvWriter - Class in org.aoju.bus.office.csv
-
CSV数据写出器
- CsvWriter(File) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造,覆盖已有文件(如果存在),默认编码UTF-8
- CsvWriter(File, Charset) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造,覆盖已有文件(如果存在)
- CsvWriter(File, Charset, boolean) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造
- CsvWriter(File, Charset, boolean, CsvWriteConfig) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造
- CsvWriter(Writer) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造,使用默认配置
- CsvWriter(Writer, CsvWriteConfig) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造
- CsvWriter(String) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造,覆盖已有文件(如果存在),默认编码UTF-8
- CsvWriter(String, Charset) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造,覆盖已有文件(如果存在)
- CsvWriter(String, Charset, boolean) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造
- CsvWriter(String, Charset, boolean, CsvWriteConfig) - Constructor for class org.aoju.bus.office.csv.CsvWriter
-
构造
D
- DATE - Enum constant in enum class org.aoju.bus.office.excel.sax.CellDataType
-
日期类型
- DateCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
Date值单元格设置器 - DEFAULT_WINDOW_SIZE - Static variable in class org.aoju.bus.office.excel.BigExcelWriter
- defaultConfig() - Static method in class org.aoju.bus.office.csv.CsvReadConfig
-
默认配置
- defaultConfig() - Static method in class org.aoju.bus.office.csv.CsvWriteConfig
-
默认配置
- destFile - Variable in class org.aoju.bus.office.excel.ExcelBase
-
目标文件,如果用户读取为流或自行创建的Workbook或Sheet,此参数为
null - destFile - Variable in class org.aoju.bus.office.word.Word07Writer
-
目标文件
- DIB - Enum constant in enum class org.aoju.bus.office.word.PicType
- disableComment() - Method in class org.aoju.bus.office.csv.CsvConfig
-
设置注释无效 当写出CSV时,
CsvWriter.writeComment(String)将抛出异常 当读取CSV时,注释行按照正常行读取 - doAfterAllAnalysed() - Method in interface org.aoju.bus.office.excel.sax.RowHandler
-
处理一个sheet页完成的操作
E
- edit(Cell, Object) - Method in interface org.aoju.bus.office.excel.cell.CellEditor
-
编辑,根据单元格信息处理结果值,返回处理后的结果
- edit(Cell, Object) - Method in class org.aoju.bus.office.excel.cell.editors.NumericToIntEditor
- edit(Cell, Object) - Method in class org.aoju.bus.office.excel.cell.editors.TrimEditor
- ElementName - Enum Class in org.aoju.bus.office.excel.sax
-
标签名枚举
- EMF - Enum constant in enum class org.aoju.bus.office.word.PicType
- endElement(String, String, String) - Method in class org.aoju.bus.office.excel.sax.SheetSaxHandler
-
标签结束的回调处理方法
- endLineNo - Variable in class org.aoju.bus.office.csv.CsvReadConfig
-
结束的行(包括),此处为原始文件行号
- endRowIndex - Variable in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
读取结束行(包含,从0开始计数)
- endRowIndex - Variable in class org.aoju.bus.office.excel.sax.AbstractRowHandler
-
读取结束行(包含,从0开始计数)
- EPS - Enum constant in enum class org.aoju.bus.office.word.PicType
- equals(Object) - Method in class org.aoju.bus.office.excel.cell.CellLocation
- ERROR - Enum constant in enum class org.aoju.bus.office.excel.sax.CellDataType
-
类型错误
- ErrorCellValue - Class in org.aoju.bus.office.excel.cell.values
-
ERROR类型单元格值
- ErrorCellValue(Cell) - Constructor for class org.aoju.bus.office.excel.cell.values.ErrorCellValue
-
构造
- errorOnDifferentFieldCount - Variable in class org.aoju.bus.office.csv.CsvReadConfig
-
每行字段个数不同时是否抛出异常,默认false
- EscapeStringCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
字符串转义Cell值设置器 使用 _x005F前缀转义_xXXXX_,避免被decode的问题 如用户传入'_x5116_'会导致乱码,使用此设置器转义为'_x005F_x5116_'
- EscapeStringCellSetter(CharSequence) - Constructor for class org.aoju.bus.office.excel.cell.setters.EscapeStringCellSetter
-
构造
- Excel03SaxReader - Class in org.aoju.bus.office.excel.sax
-
Excel2003格式的事件-用户模型方式读取器,统一将此归类为Sax读取
- Excel03SaxReader(RowHandler) - Constructor for class org.aoju.bus.office.excel.sax.Excel03SaxReader
-
构造
- Excel07SaxReader - Class in org.aoju.bus.office.excel.sax
-
Sax方式读取Excel文件 Excel2007格式说明见:http://www.cnblogs.com/wangmingshun/p/6654143.html
- Excel07SaxReader(RowHandler) - Constructor for class org.aoju.bus.office.excel.sax.Excel07SaxReader
-
构造
- ExcelBase<T extends ExcelBase<T>> - Class in org.aoju.bus.office.excel
-
Excel基础类,用于抽象ExcelWriter和ExcelReader中共用部分的对象和方法
- ExcelBase(Sheet) - Constructor for class org.aoju.bus.office.excel.ExcelBase
-
构造
- ExcelFileKit - Class in org.aoju.bus.office.excel
-
Excel文件工具类
- ExcelFileKit() - Constructor for class org.aoju.bus.office.excel.ExcelFileKit
- ExcelKit - Class in org.aoju.bus.office.excel
-
Excel工具类
- ExcelKit() - Constructor for class org.aoju.bus.office.excel.ExcelKit
- ExcelPicKit - Class in org.aoju.bus.office.excel
-
Excel图片工具类
- ExcelPicKit() - Constructor for class org.aoju.bus.office.excel.ExcelPicKit
- ExcelReader - Class in org.aoju.bus.office.excel
-
Excel读取器 读取Excel工作簿
- ExcelReader(File, int) - Constructor for class org.aoju.bus.office.excel.ExcelReader
-
构造
- ExcelReader(File, String) - Constructor for class org.aoju.bus.office.excel.ExcelReader
-
构造
- ExcelReader(InputStream, int) - Constructor for class org.aoju.bus.office.excel.ExcelReader
-
构造
- ExcelReader(InputStream, String) - Constructor for class org.aoju.bus.office.excel.ExcelReader
-
构造
- ExcelReader(String, int) - Constructor for class org.aoju.bus.office.excel.ExcelReader
-
构造
- ExcelReader(String, String) - Constructor for class org.aoju.bus.office.excel.ExcelReader
-
构造
- ExcelReader(Sheet) - Constructor for class org.aoju.bus.office.excel.ExcelReader
-
构造
- ExcelReader(Workbook, int) - Constructor for class org.aoju.bus.office.excel.ExcelReader
-
构造
- ExcelReader(Workbook, String) - Constructor for class org.aoju.bus.office.excel.ExcelReader
-
构造
- ExcelSaxKit - Class in org.aoju.bus.office.excel
-
Sax方式读取Excel相关工具类
- ExcelSaxKit() - Constructor for class org.aoju.bus.office.excel.ExcelSaxKit
- ExcelSaxReader<T> - Interface in org.aoju.bus.office.excel.sax
-
Sax方式读取Excel接口,提供一些共用方法
- ExcelWriter - Class in org.aoju.bus.office.excel
-
Excel 写入器 此工具用于通过POI将数据写出到Excel,此对象可完成以下两个功能
- ExcelWriter() - Constructor for class org.aoju.bus.office.excel.ExcelWriter
-
构造,默认生成xls格式的Excel文件 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - ExcelWriter(boolean) - Constructor for class org.aoju.bus.office.excel.ExcelWriter
-
构造 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(OutputStream)方法写出到流 若写出到文件,需要调用ExcelWriter.flush(File)写出到文件 - ExcelWriter(boolean, String) - Constructor for class org.aoju.bus.office.excel.ExcelWriter
-
构造 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(OutputStream)方法写出到流 若写出到文件,需要调用ExcelWriter.flush(File)写出到文件 - ExcelWriter(File) - Constructor for class org.aoju.bus.office.excel.ExcelWriter
-
构造,默认写出到第一个sheet,第一个sheet名为sheet1
- ExcelWriter(File, String) - Constructor for class org.aoju.bus.office.excel.ExcelWriter
-
构造
- ExcelWriter(String) - Constructor for class org.aoju.bus.office.excel.ExcelWriter
-
构造,默认写出到第一个sheet,第一个sheet名为sheet1
- ExcelWriter(String, String) - Constructor for class org.aoju.bus.office.excel.ExcelWriter
-
构造
- ExcelWriter(Sheet) - Constructor for class org.aoju.bus.office.excel.ExcelWriter
-
构造 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - ExcelWriter(Workbook, String) - Constructor for class org.aoju.bus.office.excel.ExcelWriter
-
构造 此构造不传入写出的Excel文件路径,只能调用
ExcelWriter.flush(OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - execute(Context) - Method in class org.aoju.bus.office.builtin.LocalMadeInOffice
- execute(Context) - Method in interface org.aoju.bus.office.builtin.MadeInOffice
-
在上下文中执行任务
- execute(Context) - Method in class org.aoju.bus.office.builtin.OnlineMadeInOffice
- Expense - Class in org.aoju.bus.office
-
重定向输出和错误流的进程的包装器类.
- Expense(Process) - Constructor for class org.aoju.bus.office.Expense
-
为给定的流程创建一个新的包装器.
F
- f - Enum constant in enum class org.aoju.bus.office.excel.sax.ElementName
-
Formula公式,表示一个存放公式的单元格
- fieldSeparator - Variable in class org.aoju.bus.office.csv.CsvConfig
-
字段分隔符,默认逗号
- flush() - Method in class org.aoju.bus.office.csv.CsvWriter
- flush() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
将Excel Workbook刷出到预定义的文件 如果用户未自定义输出的文件,将抛出
NullPointerException预定义文件可以通过ExcelWriter.setDestFile(File)方法预定义,或者通过构造定义 - flush() - Method in class org.aoju.bus.office.word.Word07Writer
-
将Excel Workbook刷出到预定义的文件 如果用户未自定义输出的文件,将抛出
NullPointerException预定义文件可以通过Word07Writer.setDestFile(File)方法预定义,或者通过构造定义 - flush(File) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
将Excel Workbook刷出到文件 如果用户未自定义输出的文件,将抛出
InternalException - flush(File) - Method in class org.aoju.bus.office.word.Word07Writer
-
将Excel Workbook刷出到文件 如果用户未自定义输出的文件,将抛出
NullPointerException - flush(OutputStream) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
将Excel Workbook刷出到输出流
- flush(OutputStream) - Method in class org.aoju.bus.office.word.Word07Writer
-
将Word Workbook刷出到输出流
- flush(OutputStream, boolean) - Method in class org.aoju.bus.office.excel.BigExcelWriter
- flush(OutputStream, boolean) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
将Excel Workbook刷出到输出流
- flush(OutputStream, boolean) - Method in class org.aoju.bus.office.word.Word07Writer
-
将Word Document刷出到输出流
- formatCellContent(String, int, String) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
格式化数字或日期值
- FORMULA - Enum constant in enum class org.aoju.bus.office.excel.sax.CellDataType
-
计算结果类型
- FormulaCellValue - Class in org.aoju.bus.office.excel.cell.values
-
公式类型的值 在Sax读取模式时,此对象用于接收单元格的公式以及公式结果值信息 在写出模式时,用于定义写出的单元格类型为公式
- FormulaCellValue(String) - Constructor for class org.aoju.bus.office.excel.cell.values.FormulaCellValue
-
构造
- FormulaCellValue(String, Object) - Constructor for class org.aoju.bus.office.excel.cell.values.FormulaCellValue
-
构造
G
- get(int) - Method in class org.aoju.bus.office.csv.CsvRow
- getAddress() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getArrayFormulaRange() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getBigWriter() - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获得
BigExcelWriter,默认写出到第一个sheet 不传入写出的Excel文件路径,只能调用ExcelWriter.flush(OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - getBigWriter(int) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获得
BigExcelWriter,默认写出到第一个sheet 不传入写出的Excel文件路径,只能调用ExcelWriter.flush(OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - getBigWriter(File) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获得
BigExcelWriter,默认写出到第一个sheet,名字为sheet1 - getBigWriter(File, String) - Static method in class org.aoju.bus.office.excel.ExcelKit
- getBigWriter(String) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获得
BigExcelWriter,默认写出到第一个sheet - getBigWriter(String, String) - Static method in class org.aoju.bus.office.excel.ExcelKit
- getBooleanCellValue() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getByName(String) - Method in class org.aoju.bus.office.csv.CsvRow
-
获取标题对应的字段内容
- getCachedFormulaResultType() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getCachedFormulaResultTypeEnum() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getCell(int, int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取指定坐标单元格,单元格不存在时返回
null - getCell(int, int, boolean) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取指定坐标单元格,如果isCreateIfNotExist为false,则在单元格不存在时返回
null - getCell(String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取指定坐标单元格,单元格不存在时返回
null - getCell(String, boolean) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取指定坐标单元格,如果isCreateIfNotExist为false,则在单元格不存在时返回
null - getCell(Row, int) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取单元格,如果单元格不存在,返回
NullCell - getCellComment() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getCellFormula() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getCellRangeAddress(Cell) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取合并单元格
CellRangeAddress,如果不是返回null - getCellRangeAddress(Sheet, int, int) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取合并单元格
CellRangeAddress,如果不是返回null - getCellRangeAddress(Sheet, String) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取合并单元格
CellRangeAddress,如果不是返回null - getCellStyle() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getCellStyle() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
获取单元格样式,获取样式后可自定义样式
- getCellStyle() - Method in class org.aoju.bus.office.excel.StyleSet
-
获取常规单元格样式,获取后可以定义整体头部样式
- getCellStyleForDate() - Method in class org.aoju.bus.office.excel.StyleSet
-
获取日期单元格样式,获取后可以定义整体日期样式
- getCellStyleForHyperlink() - Method in class org.aoju.bus.office.excel.StyleSet
-
获取链接单元格样式,获取后可以定义整体链接样式
- getCellStyleForNumber() - Method in class org.aoju.bus.office.excel.StyleSet
-
获取数字(带小数点)单元格样式,获取后可以定义整体数字样式
- getCellType() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getCellTypeEnum() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getCellValue(Cell) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取单元格值
- getCellValue(Cell, boolean) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取单元格值
- getCellValue(Cell, CellEditor) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取单元格值
- getCellValue(Cell, CellType, boolean) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取单元格值
- getCellValue(Cell, CellType, CellEditor) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取单元格值 如果单元格值为数字格式,则判断其格式中是否有小数部分,无则返回Long类型,否则返回Double类型
- getColumnCount() - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取第一行总列数,计算方法为:
- getColumnCount(int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取总列数,计算方法为:
- getColumnIndex() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getContentType() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
获取Content-Type头对应的值,可以通过调用以下方法快速设置下载Excel的头信息:
- getCurrentRow() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
获得当前行
- getDataValue(CellDataType, String, SharedStrings, String) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
根据数据类型获取数据
- getDateCellValue() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getDateValue(double) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
获取日期
- getDateValue(String) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
获取日期
- getDisposition(String, Charset) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
获取Content-Disposition头对应的值,可以通过调用以下方法快速设置下载Excel的头信息:
- getDoc() - Method in class org.aoju.bus.office.word.Word07Writer
-
获取
XWPFDocument - getErrorCellValue() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getExtractor(Workbook) - Method in class org.aoju.bus.office.excel.ExcelReader
-
获取
ExcelExtractor对象 - getFieldCount() - Method in class org.aoju.bus.office.csv.CsvRow
-
获取字段格式
- getFieldMap() - Method in class org.aoju.bus.office.csv.CsvRow
-
获取标题与字段值对应的Map
- getFormat(Workbook, String) - Static method in class org.aoju.bus.office.excel.StyleKit
-
创建数据格式并获取格式
- getHeadCellStyle() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
获取头部样式,获取样式后可自定义样式
- getHeadCellStyle() - Method in class org.aoju.bus.office.excel.StyleSet
-
获取头部样式,获取后可以定义整体头部样式
- getHeader() - Method in class org.aoju.bus.office.csv.CsvData
-
获取头信息列表,如果无头信息为
Null,返回列表为只读列表 - getHeader() - Method in class org.aoju.bus.office.csv.CsvParser
-
获取头部字段列表,如果headerLineNo < 0,抛出异常
- getHeaderAlias() - Method in class org.aoju.bus.office.excel.ExcelBase
-
获得标题行的别名Map
- getHyperlink() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getInstance() - Static method in class org.aoju.bus.office.Registry
-
单例模型初始化
- getLocalDateTimeCellValue() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getMergedRegionCell(Cell) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取合并单元格 传入的x,y坐标(列行数)可以是合并单元格范围内的任意一个单元格
- getMergedRegionCell(Sheet, int, int) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取合并单元格 传入的x,y坐标(列行数)可以是合并单元格范围内的任意一个单元格
- getMergedRegionValue(Sheet, int, int) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取合并单元格的值 传入的x,y坐标(列行数)可以是合并单元格范围内的任意一个单元格
- getMergedRegionValue(Sheet, String) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取合并单元格的值 传入的x,y坐标(列行数)可以是合并单元格范围内的任意一个单元格
- getName() - Method in enum class org.aoju.bus.office.excel.sax.CellDataType
-
获取对应类型的属性值
- getNumberOrDateValue(CellValueRecordInterface, double, FormatTrackingHSSFListener) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
在Excel03 sax读取中获取日期或数字类型的结果值
- getNumericCellValue() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getOrCreateCell(int, int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取或创建指定坐标单元格
- getOrCreateCell(String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取或创建指定坐标单元格
- getOrCreateCell(Row, int) - Static method in class org.aoju.bus.office.excel.CellKit
-
获取已有行或创建新行
- getOrCreateCell(XWPFTableRow, int) - Static method in class org.aoju.bus.office.word.TableKit
-
获取或创建新单元格 存在则直接返回,不存在创建新的单元格
- getOrCreateCellStyle(int, int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
为指定单元格获取或者创建样式,返回样式后可以设置样式内容
- getOrCreateCellStyle(String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
为指定单元格获取或者创建样式,返回样式后可以设置样式内容
- getOrCreateColumnStyle(int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取或创建某一列的样式,返回样式后可以设置样式内容
- getOrCreateRow(int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取或者创建行
- getOrCreateRow(Sheet, int) - Static method in class org.aoju.bus.office.excel.RowKit
-
获取已有行或创建新行
- getOrCreateRow(XWPFTable, int) - Static method in class org.aoju.bus.office.word.TableKit
-
获取或创建新行 存在则直接返回,不存在创建新的行
- getOrCreateRowStyle(int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取或创建某一行的样式,返回样式后可以设置样式内容
- getOrCreateSheet(Workbook, int) - Static method in class org.aoju.bus.office.excel.WorksKit
-
获取或者创建sheet表 自定义需要读取或写出的Sheet,如果给定的sheet不存在,创建之(命名为默认) 在读取中,此方法用于切换读取的sheet,在写出时,此方法用于新建或者切换sheet
- getOrCreateSheet(Workbook, String) - Static method in class org.aoju.bus.office.excel.WorksKit
-
获取或者创建sheet表 如果sheet表在Workbook中已经存在,则获取之,否则创建之
- getOriginalLineNumber() - Method in class org.aoju.bus.office.csv.CsvRow
-
获取原始行号,多行情况下为首行行号
- getPhysicalRowCount() - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取有记录的行数,计算方法为:
- getPicMap(Workbook, int) - Static method in class org.aoju.bus.office.excel.ExcelPicKit
-
获取工作簿指定sheet中图片列表
- getProcess() - Method in class org.aoju.bus.office.Expense
-
获取此包装器的进程.
- getRawList() - Method in class org.aoju.bus.office.csv.CsvRow
-
获取本行所有字段值列表
- getReader() - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV读取器
- getReader(File) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获取Excel读取器,通过调用
ExcelReader的read或readXXX方法读取Excel内容 默认调用第一个sheet - getReader(File, int) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获取Excel读取器,通过调用
ExcelReader的read或readXXX方法读取Excel内容 - getReader(File, String) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获取Excel读取器,通过调用
ExcelReader的read或readXXX方法读取Excel内容 - getReader(InputStream) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获取Excel读取器,通过调用
ExcelReader的read或readXXX方法读取Excel内容 默认调用第一个sheet,读取结束自动关闭流 - getReader(InputStream, int) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获取Excel读取器,通过调用
ExcelReader的read或readXXX方法读取Excel内容 读取结束自动关闭流 - getReader(InputStream, String) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获取Excel读取器,通过调用
ExcelReader的read或readXXX方法读取Excel内容 读取结束自动关闭流 - getReader(Reader, CsvReadConfig) - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV读取器
- getReader(String) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获取Excel读取器,通过调用
ExcelReader的read或readXXX方法读取Excel内容 默认调用第一个sheet - getReader(String, int) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获取Excel读取器,通过调用
ExcelReader的read或readXXX方法读取Excel内容 - getReader(String, String) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获取Excel读取器,通过调用
ExcelReader的read或readXXX方法读取Excel内容 - getReader(CsvReadConfig) - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV读取器
- getResult() - Method in class org.aoju.bus.office.excel.cell.values.FormulaCellValue
-
获取结果
- getRichStringCellValue() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getRidByIndex(int) - Method in class org.aoju.bus.office.excel.sax.SheetRidReader
-
通过sheet的序号获取rid
- getRidByIndexBase0(int) - Method in class org.aoju.bus.office.excel.sax.SheetRidReader
-
通过sheet的序号获取rid
- getRidByName(String) - Method in class org.aoju.bus.office.excel.sax.SheetRidReader
-
根据sheet name获取rid,从1开始
- getRidByNameBase0(String) - Method in class org.aoju.bus.office.excel.sax.SheetRidReader
-
根据sheet name获取rid,从0开始
- getRidBySheetId(int) - Method in class org.aoju.bus.office.excel.sax.SheetRidReader
-
根据sheetId获取rid,从1开始
- getRidBySheetIdBase0(int) - Method in class org.aoju.bus.office.excel.sax.SheetRidReader
-
根据sheetId获取rid,从0开始
- getRow() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getRow(int) - Method in class org.aoju.bus.office.csv.CsvData
-
获取指定行,从0开始
- getRowCount() - Method in class org.aoju.bus.office.csv.CsvData
-
总行数
- getRowCount() - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取总行数,计算方法为:
- getRowIndex() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getRows() - Method in class org.aoju.bus.office.csv.CsvData
-
获取所有行
- getSheet() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getSheet() - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取当前Sheet
- getSheetCount() - Method in class org.aoju.bus.office.excel.ExcelBase
-
返回工作簿表格数
- getSheetIndex() - Method in class org.aoju.bus.office.excel.sax.Excel03SaxReader
-
获得Sheet序号,如果处理所有sheet,获得最大的Sheet序号,从0开始
- getSheetName() - Method in class org.aoju.bus.office.excel.sax.Excel03SaxReader
-
获得Sheet名,如果处理所有sheet,获得后一个Sheet名,从0开始
- getSheetNames() - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取表名列表
- getSheetNames() - Method in class org.aoju.bus.office.excel.sax.SheetRidReader
-
获取所有sheet名称
- getSheets() - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取此工作簿所有Sheet表
- getStringCellValue() - Method in class org.aoju.bus.office.excel.cell.NullCell
- getStyleByValueType(Object, boolean) - Method in class org.aoju.bus.office.excel.StyleSet
-
获取值对应的公共单元格样式
- getStyleSet() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
获取样式集,样式集可以自定义包括:
- getValue() - Method in interface org.aoju.bus.office.excel.cell.CellValue
-
获取单元格值
- getValue() - Method in class org.aoju.bus.office.excel.cell.values.ErrorCellValue
- getValue() - Method in class org.aoju.bus.office.excel.cell.values.FormulaCellValue
- getValue() - Method in class org.aoju.bus.office.excel.cell.values.NumericCellValue
- getValue() - Method in enum class org.aoju.bus.office.word.PicType
-
获取图片类型对应值
- getValue(Attributes) - Method in enum class org.aoju.bus.office.excel.sax.AttributeName
-
从属性里列表中获取对应属性值
- getWorkbook() - Method in class org.aoju.bus.office.excel.ExcelBase
-
获取Workbook
- getWriter() - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获得
ExcelWriter,默认写出到第一个sheet 不传入写出的Excel文件路径,只能调用ExcelWriter.flush(OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - getWriter() - Method in class org.aoju.bus.office.excel.ExcelReader
-
获取Excel写出器 在读取Excel并做一定编辑后,获取写出器写出
- getWriter() - Static method in class org.aoju.bus.office.word.WordKit
-
创建Word 07格式的生成器
- getWriter(boolean) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获得
ExcelWriter,默认写出到第一个sheet 不传入写出的Excel文件路径,只能调用ExcelWriter.flush(OutputStream)方法写出到流 若写出到文件,还需调用ExcelWriter.setDestFile(File)方法自定义写出的文件,然后调用ExcelWriter.flush()方法写出到文件 - getWriter(File) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获得
ExcelWriter,默认写出到第一个sheet,名字为sheet1 - getWriter(File) - Static method in class org.aoju.bus.office.word.WordKit
-
创建Word 07格式的生成器
- getWriter(File, String) - Static method in class org.aoju.bus.office.excel.ExcelKit
- getWriter(File, Charset) - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV生成器(写出器),使用默认配置,覆盖已有文件(如果存在)
- getWriter(File, Charset, boolean) - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV生成器(写出器),使用默认配置
- getWriter(File, Charset, boolean, CsvWriteConfig) - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV生成器(写出器)
- getWriter(Writer) - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV生成器(写出器)
- getWriter(Writer, CsvWriteConfig) - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV生成器(写出器)
- getWriter(String) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
获得
ExcelWriter,默认写出到第一个sheet - getWriter(String, String) - Static method in class org.aoju.bus.office.excel.ExcelKit
- getWriter(String, Charset) - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV生成器(写出器),使用默认配置,覆盖已有文件(如果存在)
- getWriter(String, Charset, boolean) - Static method in class org.aoju.bus.office.csv.CsvKit
-
获取CSV生成器(写出器),使用默认配置
- getX() - Method in class org.aoju.bus.office.excel.cell.CellLocation
- getY() - Method in class org.aoju.bus.office.excel.cell.CellLocation
- GIF - Enum constant in enum class org.aoju.bus.office.word.PicType
H
- handle(int, long, List<Object>) - Method in class org.aoju.bus.office.excel.sax.AbstractRowHandler
- handle(int, long, List<Object>) - Method in class org.aoju.bus.office.excel.sax.BeanRowHandler
- handle(int, long, List<Object>) - Method in class org.aoju.bus.office.excel.sax.MapRowHandler
- handle(int, long, List<Object>) - Method in interface org.aoju.bus.office.excel.sax.RowHandler
-
处理一行数据
- handleCell(int, long, int, Object, CellStyle) - Method in interface org.aoju.bus.office.excel.sax.RowHandler
-
处理一个单元格的数据
- handleData(int, long, T) - Method in class org.aoju.bus.office.excel.sax.AbstractRowHandler
-
处理转换后的数据
- hashCode() - Method in class org.aoju.bus.office.excel.cell.CellLocation
- headCellStyle - Variable in class org.aoju.bus.office.excel.StyleSet
-
标题样式
- headerAlias - Variable in class org.aoju.bus.office.csv.CsvConfig
-
标题别名
- headerAlias - Variable in class org.aoju.bus.office.excel.ExcelBase
-
标题行别名
- headerLineNo - Variable in class org.aoju.bus.office.csv.CsvReadConfig
-
指定标题行号,-1表示无标题行
- HyperlinkCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
Hyperlink值单元格设置器
I
- ignoreEmptyRow - Variable in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
是否忽略空行
- index - Variable in class org.aoju.bus.office.excel.sax.SheetSaxHandler
-
当前非空行
- indexOf(Object) - Method in class org.aoju.bus.office.csv.CsvRow
- indexToColName(int) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
将Sheet列号变为列名
- INLINESTRING - Enum constant in enum class org.aoju.bus.office.excel.sax.CellDataType
-
富文本类型
- insertRow(Sheet, int, int) - Static method in class org.aoju.bus.office.excel.RowKit
-
插入行
- INSTANCE - Static variable in class org.aoju.bus.office.excel.cell.setters.NullCellSetter
- isClosed - Variable in class org.aoju.bus.office.excel.ExcelBase
-
是否被关闭
- isClosed - Variable in class org.aoju.bus.office.word.Word07Writer
-
是否被关闭
- isDateFormat(int, String) - Static method in class org.aoju.bus.office.Builder
-
判断日期格式
- isDateFormat(int, String) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
判断日期格式
- isDateFormat(Cell) - Static method in class org.aoju.bus.office.Builder
-
是否日期格式
- isDateFormat(Cell) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
- isDateFormat(Cell, ConditionalFormattingEvaluator) - Static method in class org.aoju.bus.office.Builder
-
判断是否日期格式
- isDateFormat(Cell, ConditionalFormattingEvaluator) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
判断是否日期格式
- isDateFormat(ExcelNumberFormat) - Static method in class org.aoju.bus.office.Builder
-
判断是否日期格式
- isDateFormat(ExcelNumberFormat) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
判断是否日期格式
- isEmpty() - Method in class org.aoju.bus.office.csv.CsvRow
- isEmpty(Sheet) - Static method in class org.aoju.bus.office.excel.WorksKit
-
sheet是否为空
- isIgnoreEmptyRow() - Method in class org.aoju.bus.office.excel.ExcelReader
-
是否忽略空行
- isMergedRegion(Cell) - Static method in class org.aoju.bus.office.excel.CellKit
-
判断指定的单元格是否是合并单元格
- isMergedRegion(Sheet, int, int) - Static method in class org.aoju.bus.office.excel.CellKit
-
判断指定的单元格是否是合并单元格
- isMergedRegion(Sheet, String) - Static method in class org.aoju.bus.office.excel.CellKit
-
判断指定的单元格是否是合并单元格
- isNullOrDefaultStyle(Workbook, CellStyle) - Static method in class org.aoju.bus.office.excel.StyleKit
-
给定样式是否为null(无样式)或默认样式,默认样式为
workbook.getCellStyleAt(0) - isPartOfArrayFormulaGroup() - Method in class org.aoju.bus.office.excel.cell.NullCell
- isXls(InputStream) - Static method in class org.aoju.bus.office.excel.ExcelFileKit
-
是否为XLS格式的Excel文件(HSSF) XLS文件主要用于Excel 97~2003创建 此方法会自动调用
InputStream.reset()方法 - isXlsx() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
判断是否为xlsx格式的Excel表(Excel07格式)
- isXlsx(File) - Static method in class org.aoju.bus.office.excel.ExcelFileKit
-
是否为XLSX格式的Excel文件(XSSF) XLSX文件主要用于Excel 2007+创建
- isXlsx(InputStream) - Static method in class org.aoju.bus.office.excel.ExcelFileKit
-
是否为XLSX格式的Excel文件(XSSF) XLSX文件主要用于Excel 2007+创建 此方法会自动调用
InputStream.reset()方法 - iterator() - Method in class org.aoju.bus.office.csv.CsvData
- iterator() - Method in class org.aoju.bus.office.csv.CsvReader
- iterator() - Method in class org.aoju.bus.office.csv.CsvRow
J
L
- lastIndexOf(Object) - Method in class org.aoju.bus.office.csv.CsvRow
- lineDelimiter - Variable in class org.aoju.bus.office.csv.CsvWriteConfig
-
换行符
- listIterator() - Method in class org.aoju.bus.office.csv.CsvRow
- listIterator(int) - Method in class org.aoju.bus.office.csv.CsvRow
- ListSheetReader - Class in org.aoju.bus.office.excel.reader
-
读取
Sheet为List列表形式 - ListSheetReader(int, int, boolean) - Constructor for class org.aoju.bus.office.excel.reader.ListSheetReader
-
构造
- LOCAL - Static variable in class org.aoju.bus.office.Registry
-
本地转换
- LocalMadeInOffice - Class in org.aoju.bus.office.builtin
-
表示本地转换任务的默认行为
- LocalMadeInOffice() - Constructor for class org.aoju.bus.office.builtin.LocalMadeInOffice
- LocalOfficeProvider - Class in org.aoju.bus.office.builtin.provider
-
文档转换器的默认实现。此实现将使用提供的office manager执行文档转换.
- LocalOfficeProvider() - Constructor for class org.aoju.bus.office.builtin.provider.LocalOfficeProvider
M
- MadeInOffice - Interface in org.aoju.bus.office.builtin
-
表示由执行的任务
- MapRowHandler - Class in org.aoju.bus.office.excel.sax
-
Map形式的行处理器 将一行数据转换为Map,key为指定行,value为当前行对应位置的值
- MapRowHandler(int, int, int) - Constructor for class org.aoju.bus.office.excel.sax.MapRowHandler
-
构造
- MapSheetReader - Class in org.aoju.bus.office.excel.reader
-
读取
Sheet为Map的List列表形式 - MapSheetReader(int, int, int) - Constructor for class org.aoju.bus.office.excel.reader.MapSheetReader
-
构造
- match(String) - Method in enum class org.aoju.bus.office.excel.sax.AttributeName
-
是否匹配给定属性
- match(String) - Method in enum class org.aoju.bus.office.excel.sax.ElementName
-
给定标签名是否匹配当前标签
- MAX_CELL_BIT - Static variable in class org.aoju.bus.office.excel.ExcelSaxKit
- merge(int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
合并当前行的单元格 样式为默认标题样式,可使用
ExcelWriter.getHeadCellStyle()方法调用后自定义默认样式 - merge(int, int, int, int, Object, boolean) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
合并某行的单元格,并写入对象到单元格 如果写到单元格中的内容非null,行号自动+1,否则当前行号不变 样式为默认标题样式,可使用
ExcelWriter.getHeadCellStyle()方法调用后自定义默认样式 - merge(int, int, int, int, Object, CellStyle) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
合并单元格,并写入对象到单元格,使用指定的样式 指定样式传入null,则不使用任何样式
- merge(int, Object) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
合并当前行的单元格,并写入对象到单元格 如果写到单元格中的内容非null,行号自动+1,否则当前行号不变 样式为默认标题样式,可使用
ExcelWriter.getHeadCellStyle()方法调用后自定义默认样式 - merge(int, Object, boolean) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
合并某行的单元格,并写入对象到单元格 如果写到单元格中的内容非null,行号自动+1,否则当前行号不变 样式为默认标题样式,可使用
ExcelWriter.getHeadCellStyle()方法调用后自定义默认样式 - mergingCells(Sheet, int, int, int, int) - Static method in class org.aoju.bus.office.excel.CellKit
-
合并单元格,可以根据设置的值来合并行和列
- mergingCells(Sheet, int, int, int, int, CellStyle) - Static method in class org.aoju.bus.office.excel.CellKit
-
合并单元格,可以根据设置的值来合并行和列
N
- nextRow() - Method in class org.aoju.bus.office.csv.CsvParser
-
读取下一行数据
- NO_POI_ERROR_MSG - Static variable in class org.aoju.bus.office.Builder
-
没有引入POI的错误消息
- NO_POI_ERROR_MSG - Static variable in class org.aoju.bus.office.Registry
-
没有引入POI的错误消息
- NULL - Enum constant in enum class org.aoju.bus.office.excel.sax.CellDataType
-
空类型
- NullCell - Class in org.aoju.bus.office.excel.cell
-
当单元格不存在时使用此对象表示,得到的值为null 此对象只用于标注单元格所在位置信息
- NullCell(Row, int) - Constructor for class org.aoju.bus.office.excel.cell.NullCell
-
构造函数
- NullCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
Number值单元格设置器 - NullCellSetter() - Constructor for class org.aoju.bus.office.excel.cell.setters.NullCellSetter
- NUMBER - Enum constant in enum class org.aoju.bus.office.excel.sax.CellDataType
-
数字类型
- NumberCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
Number值单元格设置器 - NumericCellValue - Class in org.aoju.bus.office.excel.cell.values
-
数字类型单元格值 单元格值可能为Long、Double、Date
- NumericCellValue(Cell) - Constructor for class org.aoju.bus.office.excel.cell.values.NumericCellValue
-
构造
- NumericToIntEditor - Class in org.aoju.bus.office.excel.cell.editors
-
POI中NUMRIC类型的值默认返回的是Double类型,此编辑器用于转换其为int型
- NumericToIntEditor() - Constructor for class org.aoju.bus.office.excel.cell.editors.NumericToIntEditor
O
- of(String) - Static method in enum class org.aoju.bus.office.excel.sax.CellDataType
-
类型字符串转为枚举
- of(String) - Static method in enum class org.aoju.bus.office.excel.sax.ElementName
-
解析支持的节点名枚举
- ONLINE - Static variable in class org.aoju.bus.office.Registry
-
在线转换
- OnlineMadeInOffice - Class in org.aoju.bus.office.builtin
-
表示在线转换任务的默认行为
- OnlineMadeInOffice() - Constructor for class org.aoju.bus.office.builtin.OnlineMadeInOffice
- OnlineOfficeProvider - Class in org.aoju.bus.office.builtin.provider
-
在线转换器将向LibreOffice在线服务器发送转换请求.
- OnlineOfficeProvider() - Constructor for class org.aoju.bus.office.builtin.provider.OnlineOfficeProvider
- org.aoju.bus.office - package org.aoju.bus.office
-
Office办公相关封装实现
- org.aoju.bus.office.builtin - package org.aoju.bus.office.builtin
-
Office启动任务实体类
- org.aoju.bus.office.builtin.provider - package org.aoju.bus.office.builtin.provider
-
Office相关封装实现
- org.aoju.bus.office.csv - package org.aoju.bus.office.csv
-
提供CSV文件读写的封装
- org.aoju.bus.office.excel - package org.aoju.bus.office.excel
-
POI中对Excel读写的封装
- org.aoju.bus.office.excel.cell - package org.aoju.bus.office.excel.cell
-
Excel中单元格相关类
- org.aoju.bus.office.excel.cell.editors - package org.aoju.bus.office.excel.cell.editors
-
单元格值编辑器
- org.aoju.bus.office.excel.cell.setters - package org.aoju.bus.office.excel.cell.setters
-
单元格值自定义设置器
- org.aoju.bus.office.excel.cell.values - package org.aoju.bus.office.excel.cell.values
-
Excel中单元格值相关类
- org.aoju.bus.office.excel.reader - package org.aoju.bus.office.excel.reader
-
数据读取接口及实现,此包中定义了SheetReader,通过实现此接口,实现sheet中的数据读取为不同类型。
- org.aoju.bus.office.excel.sax - package org.aoju.bus.office.excel.sax
-
Sax方式操作Excel方式的封装
- org.aoju.bus.office.word - package org.aoju.bus.office.word
-
POI中对Word操作封装
P
- parse(XSSFReader) - Static method in class org.aoju.bus.office.excel.sax.SheetRidReader
-
从
XSSFReader中解析sheet名、sheet id等相关信息 - passCurrentRow() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
跳过当前行
- passRows(int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
跳过指定行数
- PICT - Enum constant in enum class org.aoju.bus.office.word.PicType
- PicType - Enum Class in org.aoju.bus.office.word
-
Word中的图片类型
- PIPE - Enum constant in enum class org.aoju.bus.office.Protocol
-
表示使用共享内存的命名管道连接类型.
- PNG - Enum constant in enum class org.aoju.bus.office.word.PicType
- processRecord(Record) - Method in class org.aoju.bus.office.excel.sax.Excel03SaxReader
-
HSSFListener 监听方法,处理 Record
- Protocol - Enum Class in org.aoju.bus.office
-
表示可用于与正在运行的office实例通信的协议.
- Provider - Interface in org.aoju.bus.office
-
文档转换服务提供者.
R
- r - Enum constant in enum class org.aoju.bus.office.excel.sax.AttributeName
-
行列号属性,行标签下此为行号属性名,cell标签下下为列号属性名
- read() - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取工作簿中指定的Sheet的所有行列数据
- read(int) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取工作簿中指定的Sheet
- read(int, int) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取工作簿中指定的Sheet
- read(int, int, boolean) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取工作簿中指定的Sheet
- read(int, int, int) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取Excel为Map的列表 Map表示一行,标题为key,单元格内容为value
- read(int, int, int, Class<T>) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取Excel为Bean的列表
- read(int, int, Class<T>) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取Excel为Bean的列表
- read(int, int, XBiConsumer<Cell, Object>) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取工作簿中指定的Sheet,此方法为类流处理方式,当读到指定单元格时,会调用CellEditor接口 用户通过实现此接口,可以更加灵活的处理每个单元格的数据
- read(File) - Method in class org.aoju.bus.office.csv.CsvReader
-
读取CSV文件,默认UTF-8编码
- read(File) - Method in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
开始读取Excel,读取所有sheet
- read(File, int) - Method in class org.aoju.bus.office.excel.sax.Excel07SaxReader
- read(File, int) - Method in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
开始读取Excel
- read(File, String) - Method in class org.aoju.bus.office.excel.sax.Excel03SaxReader
- read(File, String) - Method in class org.aoju.bus.office.excel.sax.Excel07SaxReader
- read(File, String) - Method in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
开始读取Excel
- read(File, Charset) - Method in class org.aoju.bus.office.csv.CsvReader
-
读取CSV文件
- read(InputStream) - Method in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
开始读取Excel,读取所有sheet,读取结束后并不关闭流
- read(InputStream, int) - Method in class org.aoju.bus.office.excel.sax.Excel07SaxReader
- read(InputStream, int) - Method in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
开始读取Excel,读取结束后并不关闭流
- read(InputStream, String) - Method in class org.aoju.bus.office.excel.sax.Excel03SaxReader
- read(InputStream, String) - Method in class org.aoju.bus.office.excel.sax.Excel07SaxReader
- read(InputStream, String) - Method in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
开始读取Excel,读取结束后并不关闭流
- read(Reader) - Method in class org.aoju.bus.office.csv.CsvReader
-
从Reader中读取CSV数据,读取后关闭Reader
- read(Reader, int, Class<T>) - Method in class org.aoju.bus.office.csv.CsvReader
-
从Reader中读取CSV数据并转换为Bean列表,读取后关闭Reader 此方法默认识别首行为标题行
- read(Reader, Class<T>) - Method in class org.aoju.bus.office.csv.CsvReader
-
从Reader中读取CSV数据并转换为Bean列表,读取后关闭Reader 此方法默认识别首行为标题行
- read(Reader, XConsumer<CsvRow>) - Method in class org.aoju.bus.office.csv.CsvReader
-
从Reader中读取CSV数据,读取后关闭Reader
- read(String) - Method in class org.aoju.bus.office.csv.CsvReader
-
从字符串中读取CSV数据
- read(String) - Method in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
开始读取Excel,读取所有sheet
- read(String, int) - Method in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
开始读取Excel
- read(String, Class<T>) - Method in class org.aoju.bus.office.csv.CsvReader
-
从字符串中读取CSV数据并转换为Bean列表,读取后关闭Reader 此方法默认识别首行为标题行。
- read(String, String) - Method in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
开始读取Excel
- read(String, XConsumer<CsvRow>) - Method in class org.aoju.bus.office.csv.CsvReader
-
从字符串中读取CSV数据
- read(Path) - Method in class org.aoju.bus.office.csv.CsvReader
-
读取CSV文件,默认UTF-8编码
- read(Path, Charset) - Method in class org.aoju.bus.office.csv.CsvReader
-
读取CSV文件
- read(XBiConsumer<Cell, Object>) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取工作簿中指定的Sheet,此方法为类流处理方式,当读到指定单元格时,会调用CellEditor接口 用户通过实现此接口,可以更加灵活的处理每个单元格的数据
- read(SheetReader<T>) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取数据为指定类型
- read(OPCPackage, int) - Method in class org.aoju.bus.office.excel.sax.Excel07SaxReader
-
开始读取Excel,Sheet编号从0开始计数
- read(OPCPackage, String) - Method in class org.aoju.bus.office.excel.sax.Excel07SaxReader
-
开始读取Excel,Sheet编号从0开始计数
- read(POIFSFileSystem, String) - Method in class org.aoju.bus.office.excel.sax.Excel03SaxReader
-
读取
- read(Sheet) - Method in class org.aoju.bus.office.excel.reader.BeanSheetReader
- read(Sheet) - Method in class org.aoju.bus.office.excel.reader.ColumnSheetReader
- read(Sheet) - Method in class org.aoju.bus.office.excel.reader.ListSheetReader
- read(Sheet) - Method in class org.aoju.bus.office.excel.reader.MapSheetReader
- read(Sheet) - Method in interface org.aoju.bus.office.excel.reader.SheetReader
-
读取数据
- read(XSSFReader) - Method in class org.aoju.bus.office.excel.sax.SheetRidReader
-
读取Wordkbook的XML中sheet标签中sheetId和rid的对应关系
- read(XSSFReader, String) - Method in class org.aoju.bus.office.excel.sax.Excel07SaxReader
-
开始读取Excel,Sheet编号从0开始计数
- readAll() - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取Excel为Map的列表,读取所有行,默认第一行做为标题,数据从第二行开始 Map表示一行,标题为key,单元格内容为value
- readAll(Class<T>) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取Excel为Bean的列表,读取所有行,默认第一行做为标题,数据从第二行开始
- readAsText(Workbook, boolean) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取为文本格式 使用
ExcelExtractor提取Excel内容 - readBySax(File, int, RowHandler) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
通过Sax方式读取Excel,同时支持03和07格式
- readBySax(File, String, RowHandler) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
通过Sax方式读取Excel,同时支持03和07格式
- readBySax(InputStream, int, RowHandler) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
通过Sax方式读取Excel,同时支持03和07格式
- readBySax(InputStream, String, RowHandler) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
通过Sax方式读取Excel,同时支持03和07格式
- readBySax(String, int, RowHandler) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
通过Sax方式读取Excel,同时支持03和07格式
- readBySax(String, String, RowHandler) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
通过Sax方式读取Excel,同时支持03和07格式
- readCellValue(int, int) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取某个单元格的值
- readFrom(InputStream, ContentHandler) - Static method in class org.aoju.bus.office.excel.ExcelSaxKit
-
从Excel的XML文档中读取内容,并使用
ContentHandler处理 - readMapList(Reader) - Method in class org.aoju.bus.office.csv.CsvReader
-
从Reader中读取CSV数据,结果为Map,读取后关闭Reader 此方法默认识别首行为标题行
- readRow(int) - Method in class org.aoju.bus.office.excel.ExcelReader
-
读取某一行数据
- readRow(Row, int, int, CellEditor) - Static method in class org.aoju.bus.office.excel.RowKit
-
读取一行
- readRow(Row, CellEditor) - Static method in class org.aoju.bus.office.excel.RowKit
-
读取一行
- readRow(Sheet, int) - Method in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
读取某一行数据
- register(String, Object) - Static method in class org.aoju.bus.office.Registry
-
注册组件
- Registry - Class in org.aoju.bus.office
-
支持类型
- Registry() - Constructor for class org.aoju.bus.office.Registry
- remove(int) - Method in class org.aoju.bus.office.csv.CsvRow
- remove(Object) - Method in class org.aoju.bus.office.csv.CsvRow
- removeAll(Collection<?>) - Method in class org.aoju.bus.office.csv.CsvRow
- removeCellComment() - Method in class org.aoju.bus.office.excel.cell.NullCell
- removeFormula() - Method in class org.aoju.bus.office.excel.cell.NullCell
- removeHeaderAlias(String) - Method in class org.aoju.bus.office.csv.CsvConfig
-
去除标题别名
- removeHeaderAlias(String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
去除标题别名
- removeHyperlink() - Method in class org.aoju.bus.office.excel.cell.NullCell
- removeRow(Row) - Static method in class org.aoju.bus.office.excel.RowKit
-
从工作表中删除指定的行,此方法修复sheet.shiftRows删除行时会拆分合并的单元格的问题
- renameSheet(int, String) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
重命名sheet
- renameSheet(String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
重命名当前sheet
- renameSheet(String) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
重命名当前sheet
- require(String) - Method in class org.aoju.bus.office.Registry
-
根据校验器名称获取校验器
- require(String, Class<?>) - Method in class org.aoju.bus.office.Registry
-
优先根据校验器名称获取校验器,找不到时,根据类型获取校验器对象
- reset() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
重置Writer,包括:
- resetRow() - Method in class org.aoju.bus.office.excel.ExcelWriter
-
重置当前行为0
- retainAll(Collection<?>) - Method in class org.aoju.bus.office.csv.CsvRow
- RichTextCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
RichTextString值单元格设置器 - RID_PREFIX - Static variable in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
sheet r:Id 前缀
- row - Enum constant in enum class org.aoju.bus.office.excel.sax.ElementName
-
行标签名,表示一行
- rowHandler - Variable in class org.aoju.bus.office.excel.sax.SheetSaxHandler
-
行处理器
- RowHandler - Interface in org.aoju.bus.office.excel.sax
-
Sax方式读取Excel行处理器
- RowKit - Class in org.aoju.bus.office.excel
-
Excel中的行
Row封装工具类 - RowKit() - Constructor for class org.aoju.bus.office.excel.RowKit
S
- s - Enum constant in enum class org.aoju.bus.office.excel.sax.AttributeName
-
ST(StylesTable) 的索引,样式index,用于获取行或单元格样式
- set(int, String) - Method in class org.aoju.bus.office.csv.CsvRow
- setAlign(CellStyle, HorizontalAlignment, VerticalAlignment) - Static method in class org.aoju.bus.office.excel.StyleKit
-
设置cell文本对齐样式
- setAlign(HorizontalAlignment, VerticalAlignment) - Method in class org.aoju.bus.office.excel.StyleSet
-
设置cell文本对齐样式
- setAlwaysDelimitText(boolean) - Method in class org.aoju.bus.office.csv.CsvWriteConfig
-
设置是否始终使用文本分隔符,文本包装符,默认false,按需添加
- setAlwaysDelimitText(boolean) - Method in class org.aoju.bus.office.csv.CsvWriter
-
设置是否始终使用文本分隔符,文本包装符,默认false,按需添加
- setAsActiveCell() - Method in class org.aoju.bus.office.excel.cell.NullCell
- setBackgroundColor(IndexedColors, boolean) - Method in class org.aoju.bus.office.excel.StyleSet
-
设置单元格背景样式
- setBeginLineNo(long) - Method in class org.aoju.bus.office.csv.CsvReadConfig
-
设置开始的行(包括),默认0,此处为原始文件行号
- setBlank() - Method in class org.aoju.bus.office.excel.cell.NullCell
- setBorder(BorderStyle, IndexedColors) - Method in class org.aoju.bus.office.excel.StyleSet
-
定义所有单元格的边框类型
- setBorder(CellStyle, BorderStyle, IndexedColors) - Static method in class org.aoju.bus.office.excel.StyleKit
-
设置cell的四个边框粗细和颜色
- setCellComment(Comment) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellEditor(CellEditor) - Method in class org.aoju.bus.office.excel.ExcelReader
-
设置单元格值处理逻辑 当Excel中的值并不能满足我们的读取要求时,通过传入一个编辑接口,可以对单元格值自定义,例如对数字和日期类型值转换为字符串等
- setCellEditor(CellEditor) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置单元格值处理逻辑
当Excel中的值并不能满足我们的读取要求时,通过传入一个编辑接口,可以对单元格值自定义,例如对数字和日期类型值转换为字符串等 - setCellEditor(CellEditor) - Method in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
设置单元格值处理逻辑 当Excel中的值并不能满足我们的读取要求时,通过传入一个编辑接口,可以对单元格值自定义,例如对数字和日期类型值转换为字符串等
- setCellEditor(CellEditor) - Method in class org.aoju.bus.office.excel.reader.BeanSheetReader
-
设置单元格值处理逻辑 当Excel中的值并不能满足我们的读取要求时,通过传入一个编辑接口,可以对单元格值自定义,例如对数字和日期类型值转换为字符串等
- setCellErrorValue(byte) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellFormula(String) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellStyle(CellStyle) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellType(CellType) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellValue(boolean) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellValue(double) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellValue(String) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellValue(LocalDateTime) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellValue(Calendar) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellValue(Date) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setCellValue(Cell, Object, CellEditor) - Static method in class org.aoju.bus.office.excel.CellKit
-
设置单元格值 根据传入的styleSet自动匹配样式 当为头部样式时默认赋值头部样式,但是头部中如果有数字、日期等类型,将按照数字、日期样式设置
- setCellValue(Cell, Object, StyleSet, boolean, CellEditor) - Static method in class org.aoju.bus.office.excel.CellKit
-
设置单元格值 根据传入的styleSet自动匹配样式 当为头部样式时默认赋值头部样式,但是头部中如果有数字、日期等类型,将按照数字、日期样式设置
- setCellValue(Cell, Object, CellStyle, CellEditor) - Static method in class org.aoju.bus.office.excel.CellKit
-
设置单元格值 根据传入的styleSet自动匹配样式 当为头部样式时默认赋值头部样式,但是头部中如果有数字、日期等类型,将按照数字、日期样式设置
- setCellValue(RichTextString) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setColor(CellStyle, short, FillPatternType) - Static method in class org.aoju.bus.office.excel.StyleKit
-
给cell设置颜色
- setColor(CellStyle, IndexedColors, FillPatternType) - Static method in class org.aoju.bus.office.excel.StyleKit
-
给cell设置颜色
- setColumnStyle(int, CellStyle) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置列的默认样式
- setColumnWidth(int, int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置列宽(单位为一个字符的宽度,例如传入width为10,表示10个字符的宽度)
- setComment(Cell, String, String, ClientAnchor) - Static method in class org.aoju.bus.office.excel.CellKit
-
为特定单元格添加批注
- setCommentCharacter(Character) - Method in class org.aoju.bus.office.csv.CsvConfig
-
设置 注释符号,用于区分注释行
- setContainsHeader(boolean) - Method in class org.aoju.bus.office.csv.CsvReadConfig
- setContainsHeader(boolean) - Method in class org.aoju.bus.office.csv.CsvReader
-
设置是否首行做为标题行,默认false
- setCurrentRow(int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置当前所在行
- setDestFile(File) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置写出的目标文件
- setDestFile(File) - Method in class org.aoju.bus.office.word.Word07Writer
-
设置写出的目标文件
- setEndLineNo(long) - Method in class org.aoju.bus.office.csv.CsvReadConfig
-
设置结束的行(包括),默认不限制,此处为原始文件行号
- setErrorOnDifferentFieldCount(boolean) - Method in class org.aoju.bus.office.csv.CsvReadConfig
-
设置每行字段个数不同时是否抛出异常,默认false
- setErrorOnDifferentFieldCount(boolean) - Method in class org.aoju.bus.office.csv.CsvReader
-
设置每行字段个数不同时是否抛出异常,默认false
- setFieldSeparator(char) - Method in class org.aoju.bus.office.csv.CsvConfig
-
设置字段分隔符,默认逗号
- setFieldSeparator(char) - Method in class org.aoju.bus.office.csv.CsvReader
-
设置字段分隔符,默认逗号
- setFont(short, short, String, boolean) - Method in class org.aoju.bus.office.excel.StyleSet
-
设置全局字体
- setFont(Font, boolean) - Method in class org.aoju.bus.office.excel.StyleSet
-
设置全局字体
- setFontStyle(Font, short, short, String) - Static method in class org.aoju.bus.office.excel.StyleKit
-
设置字体样式
- setFreezePane(int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置窗口冻结,之前冻结的窗口会被覆盖,如果rowSplit为0表示取消冻结
- setFreezePane(int, int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置窗口冻结,之前冻结的窗口会被覆盖,如果colSplit和rowSplit为0表示取消冻结
- setHeaderAlias(Map<String, String>) - Method in class org.aoju.bus.office.csv.CsvConfig
-
设置标题行的别名Map
- setHeaderAlias(Map<String, String>) - Method in class org.aoju.bus.office.excel.ExcelBase
-
设置标题行的别名Map
- setHeaderAlias(Map<String, String>) - Method in class org.aoju.bus.office.excel.ExcelWriter
- setHeaderAlias(Map<String, String>) - Method in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
设置标题行的别名Map
- setHeaderAlias(Map<String, String>) - Method in class org.aoju.bus.office.excel.reader.BeanSheetReader
-
设置标题行的别名Map
- setHeaderLineNo(long) - Method in class org.aoju.bus.office.csv.CsvReadConfig
-
设置标题行行号,默认-1,表示无标题行
- setHeaderOrFooter(String, Align, boolean) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置Excel页眉或页脚
- setHyperlink(Hyperlink) - Method in class org.aoju.bus.office.excel.cell.NullCell
- setIgnoreEmptyRow(boolean) - Method in class org.aoju.bus.office.excel.ExcelReader
-
设置是否忽略空行
- setIgnoreEmptyRow(boolean) - Method in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
设置是否忽略空行
- setIgnoreEmptyRow(boolean) - Method in class org.aoju.bus.office.excel.reader.BeanSheetReader
-
设置是否忽略空行
- setLineDelimiter(char[]) - Method in class org.aoju.bus.office.csv.CsvWriteConfig
-
设置换行符
- setLineDelimiter(char[]) - Method in class org.aoju.bus.office.csv.CsvWriter
-
设置换行符
- setMergedRegionStyle(Cell, CellStyle) - Static method in class org.aoju.bus.office.excel.CellKit
-
设置合并单元格样式,如果不是则不设置
- setOnlyAlias(boolean) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置是否只保留别名中的字段值,如果为true,则不设置alias的字段将不被输出,false表示原样输出
- setRowHandler(RowHandler) - Method in class org.aoju.bus.office.excel.sax.Excel07SaxReader
-
设置行处理器
- setRowHandler(RowHandler) - Method in class org.aoju.bus.office.excel.sax.SheetSaxHandler
-
设置行处理器
- setRowHeight(int, int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置行高,值为一个点的高度
- setRowStyle(int, CellStyle) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置行样式
- setSheet(int) - Method in class org.aoju.bus.office.excel.ExcelBase
-
自定义需要读取或写出的Sheet,如果给定的sheet不存在,创建之(命名为默认) 在读取中,此方法用于切换读取的sheet,在写出时,此方法用于新建或者切换sheet
- setSheet(int) - Method in class org.aoju.bus.office.excel.ExcelWriter
- setSheet(String) - Method in class org.aoju.bus.office.excel.ExcelBase
-
自定义需要读取或写出的Sheet,如果给定的sheet不存在,创建之 在读取中,此方法用于切换读取的sheet,在写出时,此方法用于新建或者切换sheet
- setSheet(String) - Method in class org.aoju.bus.office.excel.ExcelWriter
- setSheet(Sheet) - Method in class org.aoju.bus.office.excel.ExcelBase
-
设置自定义Sheet
- setSkipEmptyRows(boolean) - Method in class org.aoju.bus.office.csv.CsvReadConfig
-
设置是否跳过空白行,默认true
- setSkipEmptyRows(boolean) - Method in class org.aoju.bus.office.csv.CsvReader
-
设置是否跳过空白行,默认true
- setStyle(CellStyle, int, int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置某个单元格的样式 此方法用于多个单元格共享样式的情况 可以调用
ExcelBase.getOrCreateCellStyle(int, int)方法创建或取得一个样式对象 需要注意的是,共享样式会共享同一个CellStyle,一个单元格样式改变,全部改变 - setStyle(CellStyle, String) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置某个单元格的样式 此方法用于多个单元格共享样式的情况 可以调用
ExcelBase.getOrCreateCellStyle(int, int)方法创建或取得一个样式对象 需要注意的是,共享样式会共享同一个CellStyle,一个单元格样式改变,全部改变 - setStyleSet(StyleSet) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
设置样式集,如果不使用样式,传入
null - setTextDelimiter(char) - Method in class org.aoju.bus.office.csv.CsvConfig
-
设置 文本分隔符,文本包装符,默认双引号
- setTextDelimiter(char) - Method in class org.aoju.bus.office.csv.CsvReader
-
设置 文本分隔符,文本包装符,默认双引号
- setTrimField(boolean) - Method in class org.aoju.bus.office.csv.CsvReadConfig
-
设置每个字段是否去除两边空白符 如果字段以
CsvConfig.textDelimiter包围,则保留两边空格 - setValue(Cell) - Method in interface org.aoju.bus.office.excel.cell.CellSetter
-
自定义单元格值设置,同时可以设置单元格样式、格式等信息
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.setters.BooleanCellSetter
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.setters.CalendarCellSetter
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.setters.CharSequenceCellSetter
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.setters.DateCellSetter
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.setters.HyperlinkCellSetter
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.setters.NullCellSetter
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.setters.NumberCellSetter
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.setters.RichTextCellSetter
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.setters.TemporalAccessorCellSetter
- setValue(Cell) - Method in class org.aoju.bus.office.excel.cell.values.FormulaCellValue
- setWrapText() - Method in class org.aoju.bus.office.excel.StyleSet
-
设置单元格文本自动换行
- setX(int) - Method in class org.aoju.bus.office.excel.cell.CellLocation
- setY(int) - Method in class org.aoju.bus.office.excel.cell.CellLocation
- sharedStrings - Variable in class org.aoju.bus.office.excel.sax.SheetSaxHandler
-
excel 2007 的共享字符串表,对应sharedString.xml
- sheet - Variable in class org.aoju.bus.office.excel.ExcelBase
-
Excel中对应的Sheet
- SHEET_NAME_PREFIX - Static variable in interface org.aoju.bus.office.excel.sax.ExcelSaxReader
-
sheet name 前缀
- sheetIndex - Variable in class org.aoju.bus.office.excel.sax.SheetSaxHandler
-
sheet的索引,从0开始
- SheetReader<T> - Interface in org.aoju.bus.office.excel.reader
-
Excel
Sheet读取接口,通过实现此接口,将Sheet中的数据读取为不同类型。 - SheetRidReader - Class in org.aoju.bus.office.excel.sax
-
在Sax方式读取Excel时,读取sheet标签中sheetId和rid的对应关系
- SheetRidReader() - Constructor for class org.aoju.bus.office.excel.sax.SheetRidReader
- SheetSaxHandler - Class in org.aoju.bus.office.excel.sax
-
sheetData标签内容读取处理器
- SheetSaxHandler(RowHandler) - Constructor for class org.aoju.bus.office.excel.sax.SheetSaxHandler
-
构造
- size() - Method in class org.aoju.bus.office.csv.CsvRow
- skipEmptyRows - Variable in class org.aoju.bus.office.csv.CsvReadConfig
-
是否跳过空白行,默认true
- SOCKET - Enum constant in enum class org.aoju.bus.office.Protocol
-
表示使用可靠的TCP/IP套接字连接的连接类型.
- SSTINDEX - Enum constant in enum class org.aoju.bus.office.excel.sax.CellDataType
-
共享字符串索引类型
- startElement(String, String, String, Attributes) - Method in class org.aoju.bus.office.excel.sax.SheetRidReader
- startElement(String, String, String, Attributes) - Method in class org.aoju.bus.office.excel.sax.SheetSaxHandler
-
读到一个xml开始标签时的回调处理方法
- startRowIndex - Variable in class org.aoju.bus.office.excel.reader.AbstractSheetReader
-
读取起始行(包含,从0开始计数)
- startRowIndex - Variable in class org.aoju.bus.office.excel.sax.AbstractRowHandler
-
读取起始行(包含,从0开始计数)
- stream() - Method in class org.aoju.bus.office.csv.CsvReader
-
根据Reader创建
Stream,以便使用stream方式读取csv行 - StyleKit - Class in org.aoju.bus.office.excel
-
Excel样式工具类
- StyleKit() - Constructor for class org.aoju.bus.office.excel.StyleKit
- StyleSet - Class in org.aoju.bus.office.excel
-
样式集合,此样式集合汇集了整个工作簿的样式,用于减少样式的创建和冗余
- StyleSet(Workbook) - Constructor for class org.aoju.bus.office.excel.StyleSet
-
构造
- stylesTable - Variable in class org.aoju.bus.office.excel.sax.SheetSaxHandler
-
单元格的格式表,对应style.xml
- subList(int, int) - Method in class org.aoju.bus.office.csv.CsvRow
T
- t - Enum constant in enum class org.aoju.bus.office.excel.sax.AttributeName
-
Type类型,单元格类型属性,见
CellDataType - TableKit - Class in org.aoju.bus.office.word
-
Word中表格相关工具
- TableKit() - Constructor for class org.aoju.bus.office.word.TableKit
- TemporalAccessorCellSetter - Class in org.aoju.bus.office.excel.cell.setters
-
TemporalAccessor值单元格设置器 - textDelimiter - Variable in class org.aoju.bus.office.csv.CsvConfig
-
文本分隔符,文本包装符,默认双引号
- TIFF - Enum constant in enum class org.aoju.bus.office.word.PicType
- toArray() - Method in class org.aoju.bus.office.csv.CsvRow
- toArray(T[]) - Method in class org.aoju.bus.office.csv.CsvRow
- toBean(Class<T>) - Method in class org.aoju.bus.office.csv.CsvRow
-
数据转换为Bean对象
- toLocation(String) - Static method in class org.aoju.bus.office.excel.ExcelKit
-
将Excel中地址标识符(例如A11,B5)等转换为行列表示 例如:A11 - x:0,y:10,B5 - x:1,y:4
- toString() - Method in class org.aoju.bus.office.csv.CsvData
- toString() - Method in class org.aoju.bus.office.csv.CsvRow
- toString() - Method in class org.aoju.bus.office.excel.cell.CellLocation
- toString() - Method in class org.aoju.bus.office.excel.cell.values.FormulaCellValue
- TrimEditor - Class in org.aoju.bus.office.excel.cell.editors
-
去除String类型的单元格值两边的空格
- TrimEditor() - Constructor for class org.aoju.bus.office.excel.cell.editors.TrimEditor
- trimField - Variable in class org.aoju.bus.office.csv.CsvReadConfig
-
每个字段是否去除两边空白符
V
- v - Enum constant in enum class org.aoju.bus.office.excel.sax.ElementName
-
Value单元格值的标签,表示单元格内的值
- valueOf(String) - Static method in enum class org.aoju.bus.office.excel.sax.AttributeName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aoju.bus.office.excel.sax.CellDataType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aoju.bus.office.excel.sax.ElementName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aoju.bus.office.Protocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aoju.bus.office.word.PicType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.aoju.bus.office.excel.sax.AttributeName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aoju.bus.office.excel.sax.CellDataType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aoju.bus.office.excel.sax.ElementName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aoju.bus.office.Protocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aoju.bus.office.word.PicType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WMF - Enum constant in enum class org.aoju.bus.office.word.PicType
- Word07Writer - Class in org.aoju.bus.office.word
-
Word生成器
- Word07Writer() - Constructor for class org.aoju.bus.office.word.Word07Writer
- Word07Writer(File) - Constructor for class org.aoju.bus.office.word.Word07Writer
-
构造
- Word07Writer(XWPFDocument) - Constructor for class org.aoju.bus.office.word.Word07Writer
-
构造
- Word07Writer(XWPFDocument, File) - Constructor for class org.aoju.bus.office.word.Word07Writer
-
构造
- WordKit - Class in org.aoju.bus.office.word
-
Word工具类
- WordKit() - Constructor for class org.aoju.bus.office.word.WordKit
- workbook - Variable in class org.aoju.bus.office.excel.ExcelBase
-
工作簿
- WorksKit - Class in org.aoju.bus.office.excel
-
Excel工作簿
Workbook相关工具类 - WorksKit() - Constructor for class org.aoju.bus.office.excel.WorksKit
- WPG - Enum constant in enum class org.aoju.bus.office.word.PicType
- write(Iterable<?>) - Method in class org.aoju.bus.office.csv.CsvWriter
-
将多行写出到Writer
- write(Iterable<?>) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出数据,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 写出的起始行为当前行号,可使用
ExcelWriter.getCurrentRow()方法调用,根据写出的的行数,当前行号自动增加 样式为默认样式,可使用ExcelWriter.getCellStyle()方法调用后自定义默认样式 默认的,当当前行号为0时,写出标题(如果为Map或Bean),否则不写标题 - write(Iterable<?>, boolean) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出数据,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 写出的起始行为当前行号,可使用
ExcelWriter.getCurrentRow()方法调用,根据写出的的行数,当前行号自动增加 样式为默认样式,可使用ExcelWriter.getCellStyle()方法调用后自定义默认样式 - write(Iterable<?>, Comparator<String>) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出数据,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 写出的起始行为当前行号,可使用
ExcelWriter.getCurrentRow()方法调用,根据写出的的行数,当前行号自动增加 样式为默认样式,可使用ExcelWriter.getCellStyle()方法调用后自定义默认样式 data中元素支持的类型有: - write(String[]...) - Method in class org.aoju.bus.office.csv.CsvWriter
-
将多行写出到Writer
- write(CsvData) - Method in class org.aoju.bus.office.csv.CsvWriter
-
将一个 CsvData 集合写出到Writer
- writeBeans(Collection<?>) - Method in class org.aoju.bus.office.csv.CsvWriter
-
将一个Bean集合写出到Writer,并自动生成表头
- writeBook(Workbook, OutputStream) - Static method in class org.aoju.bus.office.excel.WorksKit
-
将Excel Workbook刷出到输出流,不关闭流
- writeCellValue(int, int, Object) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
给指定单元格赋值,使用默认单元格样式
- writeCellValue(String, Object) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
给指定单元格赋值,使用默认单元格样式
- writeComment(String) - Method in class org.aoju.bus.office.csv.CsvWriter
-
写出一行注释,注释符号可自定义 如果注释符不存在,则抛出异常
- writeHeaderLine(String...) - Method in class org.aoju.bus.office.csv.CsvWriter
-
写出一行头部行,支持标题别名
- writeHeadRow(Iterable<?>) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出一行标题数据 本方法只是将数据写入Workbook中的Sheet,并不写出到文件 写出的起始行为当前行号,可使用
ExcelWriter.getCurrentRow()方法调用,根据写出的的行数,当前行号自动+1 样式为默认标题样式,可使用ExcelWriter.getHeadCellStyle()方法调用后自定义默认样式 - writeImg(byte[], int, int, int, int, int, int, int, int, int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出数据,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 添加图片到当前sheet中
- writeImg(File, int, int, int, int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出数据,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 添加图片到当前sheet中 / 默认图片类型png / 默认的起始坐标和结束坐标都为0
- writeImg(File, int, int, int, int, int, int, int, int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出数据,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 添加图片到当前sheet中 / 默认图片类型png
- writeImg(File, int, int, int, int, int, int, int, int, int) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出数据,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 添加图片到当前sheet中
- writeLine() - Method in class org.aoju.bus.office.csv.CsvWriter
-
追加新行(换行)
- writeLine(String...) - Method in class org.aoju.bus.office.csv.CsvWriter
-
写出一行
- writeRow(Iterable<?>) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出一行数据 本方法只是将数据写入Workbook中的Sheet,并不写出到文件 写出的起始行为当前行号,可使用
ExcelWriter.getCurrentRow()方法调用,根据写出的的行数,当前行号自动+1 样式为默认样式,可使用ExcelWriter.getCellStyle()方法调用后自定义默认样式 - writeRow(Object, boolean) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出一行,根据rowBean数据类型不同,写出情况如下:
- writeRow(Map<?, ?>, boolean) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
将一个Map写入到Excel,isWriteKeyAsHead为true写出两行,Map的keys做为一行,values做为第二行,否则只写出一行values 如果rowMap为空(包括null),则写出空行
- writeRow(Row, Iterable<?>, CellEditor) - Static method in class org.aoju.bus.office.excel.RowKit
-
写一行数据,无样式,非标题
- writeRow(Row, Iterable<?>, StyleSet, boolean, CellEditor) - Static method in class org.aoju.bus.office.excel.RowKit
-
写一行数据
- writeRow(XWPFTableRow, Iterable<?>) - Static method in class org.aoju.bus.office.word.TableKit
-
写行数据
- writeRow(XWPFTableRow, Object, boolean) - Static method in class org.aoju.bus.office.word.TableKit
-
写一行数据
- writeRow(XWPFTableRow, Map<?, ?>, boolean) - Static method in class org.aoju.bus.office.word.TableKit
-
写行数据
- writeSecHeadRow(Iterable<?>) - Method in class org.aoju.bus.office.excel.ExcelWriter
-
写出复杂标题的第二行标题数据 本方法只是将数据写入Workbook中的Sheet,并不写出到文件 写出的起始行为当前行号,可使用
ExcelWriter.getCurrentRow()方法调用,根据写出的的行数,当前行号自动+1 样式为默认标题样式,可使用ExcelWriter.getHeadCellStyle()方法调用后自定义默认样式 - writeTable(XWPFTable, Iterable<?>) - Static method in class org.aoju.bus.office.word.TableKit
-
为table填充数据
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form