Package br.com.jarch.core.excel
Class Excel
- java.lang.Object
-
- br.com.jarch.core.excel.Excel
-
public class Excel extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceladdLine()ExceladdValueCell(java.io.File file)ExceladdValueCell(java.lang.Object value)voidbuild(java.io.OutputStream ops)static Excelbuilder()java.io.FilebuildFile()java.io.FilebuildFile(java.lang.String prefixName)java.io.InputStreambuildStream()ExcelcreateSheet(java.lang.String name)ExcelmergiedRegion(int firstRow, int lastRow, int firstColumn, int lastColumn)
-
-
-
Method Detail
-
builder
public static Excel builder()
-
createSheet
public Excel createSheet(java.lang.String name)
-
addLine
public Excel addLine()
-
addValueCell
public Excel addValueCell(java.lang.Object value)
-
addValueCell
public Excel addValueCell(java.io.File file)
-
mergiedRegion
public Excel mergiedRegion(int firstRow, int lastRow, int firstColumn, int lastColumn)
-
buildStream
public java.io.InputStream buildStream() throws java.io.IOException- Throws:
java.io.IOException
-
buildFile
public java.io.File buildFile() throws java.io.IOException- Throws:
java.io.IOException
-
buildFile
public java.io.File buildFile(java.lang.String prefixName) throws java.io.IOException- Throws:
java.io.IOException
-
build
public void build(java.io.OutputStream ops) throws java.io.IOException- Throws:
java.io.IOException
-
-