| Constructor and Description |
|---|
EasyExcelFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ExcelReaderBuilder |
read()
Build excel the read
|
static ExcelReaderBuilder |
read(File file)
Build excel the read
|
static ExcelReaderBuilder |
read(File file,
Class head,
ReadListener readListener)
Build excel the read
|
static ExcelReaderBuilder |
read(File file,
ReadListener readListener)
Build excel the read
|
static ExcelReaderBuilder |
read(InputStream inputStream)
Build excel the read
|
static ExcelReaderBuilder |
read(InputStream inputStream,
Class head,
ReadListener readListener)
Build excel the read
|
static ExcelReaderBuilder |
read(InputStream inputStream,
ReadListener readListener)
Build excel the read
|
static ExcelReaderBuilder |
read(String pathName)
Build excel the read
|
static ExcelReaderBuilder |
read(String pathName,
Class head,
ReadListener readListener)
Build excel the read
|
static ExcelReaderBuilder |
read(String pathName,
ReadListener readListener)
Build excel the read
|
static ExcelReaderSheetBuilder |
readSheet()
Build excel the 'readSheet'
|
static ExcelReaderSheetBuilder |
readSheet(Integer sheetNo)
Build excel the 'readSheet'
|
static ExcelReaderSheetBuilder |
readSheet(Integer sheetNo,
String sheetName)
Build excel the 'readSheet'
|
static ExcelReaderSheetBuilder |
readSheet(String sheetName)
Build excel the 'readSheet'
|
static ExcelWriterBuilder |
write()
Build excel the write
|
static ExcelWriterBuilder |
write(File file)
Build excel the write
|
static ExcelWriterBuilder |
write(File file,
Class head)
Build excel the write
|
static ExcelWriterBuilder |
write(OutputStream outputStream)
Build excel the write
|
static ExcelWriterBuilder |
write(OutputStream outputStream,
Class head)
Build excel the write
|
static ExcelWriterBuilder |
write(String pathName)
Build excel the write
|
static ExcelWriterBuilder |
write(String pathName,
Class head)
Build excel the write
|
static ExcelWriterSheetBuilder |
writerSheet()
Build excel the
writerSheet |
static ExcelWriterSheetBuilder |
writerSheet(Integer sheetNo)
Build excel the
writerSheet |
static ExcelWriterSheetBuilder |
writerSheet(Integer sheetNo,
String sheetName)
Build excel the 'writerSheet'
|
static ExcelWriterSheetBuilder |
writerSheet(String sheetName)
Build excel the 'writerSheet'
|
static ExcelWriterTableBuilder |
writerTable()
Build excel the
writerTable |
static ExcelWriterTableBuilder |
writerTable(Integer tableNo)
Build excel the 'writerTable'
|
public static ExcelWriterBuilder write()
public static ExcelWriterBuilder write(File file)
file - File to writepublic static ExcelWriterBuilder write(File file, Class head)
file - File to writehead - Annotate the class for configuration informationpublic static ExcelWriterBuilder write(String pathName)
pathName - File path to writepublic static ExcelWriterBuilder write(String pathName, Class head)
pathName - File path to writehead - Annotate the class for configuration informationpublic static ExcelWriterBuilder write(OutputStream outputStream)
outputStream - Output stream to writepublic static ExcelWriterBuilder write(OutputStream outputStream, Class head)
outputStream - Output stream to writehead - Annotate the class for configuration information.public static ExcelWriterSheetBuilder writerSheet()
writerSheetpublic static ExcelWriterSheetBuilder writerSheet(Integer sheetNo)
writerSheetsheetNo - Index of sheet,0 base.public static ExcelWriterSheetBuilder writerSheet(String sheetName)
sheetName - The name of sheet.public static ExcelWriterSheetBuilder writerSheet(Integer sheetNo, String sheetName)
sheetNo - Index of sheet,0 base.sheetName - The name of sheet.public static ExcelWriterTableBuilder writerTable()
writerTablepublic static ExcelWriterTableBuilder writerTable(Integer tableNo)
tableNo - Index of table,0 base.public static ExcelReaderBuilder read()
public static ExcelReaderBuilder read(File file)
file - File to read.public static ExcelReaderBuilder read(File file, ReadListener readListener)
file - File to read.readListener - Read listener.public static ExcelReaderBuilder read(File file, Class head, ReadListener readListener)
file - File to read.head - Annotate the class for configuration information.readListener - Read listener.public static ExcelReaderBuilder read(String pathName)
pathName - File path to read.public static ExcelReaderBuilder read(String pathName, ReadListener readListener)
pathName - File path to read.readListener - Read listener.public static ExcelReaderBuilder read(String pathName, Class head, ReadListener readListener)
pathName - File path to read.head - Annotate the class for configuration information.readListener - Read listener.public static ExcelReaderBuilder read(InputStream inputStream)
inputStream - Input stream to read.public static ExcelReaderBuilder read(InputStream inputStream, ReadListener readListener)
inputStream - Input stream to read.readListener - Read listener.public static ExcelReaderBuilder read(InputStream inputStream, Class head, ReadListener readListener)
inputStream - Input stream to read.head - Annotate the class for configuration information.readListener - Read listener.public static ExcelReaderSheetBuilder readSheet()
public static ExcelReaderSheetBuilder readSheet(Integer sheetNo)
sheetNo - Index of sheet,0 base.public static ExcelReaderSheetBuilder readSheet(String sheetName)
sheetName - The name of sheet.public static ExcelReaderSheetBuilder readSheet(Integer sheetNo, String sheetName)
sheetNo - Index of sheet,0 base.sheetName - The name of sheet.Copyright © 2018–2023 Alibaba Group. All rights reserved.