public class JexcelTransformer
extends org.jxls.transform.AbstractTransformer
| Modifier and Type | Field and Description |
|---|---|
static String |
JEXCEL_CONTEXT_KEY |
static int |
MAX_COLUMN_TO_READ_COMMENT |
| Constructor and Description |
|---|
JexcelTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addImage(org.jxls.common.AreaRef areaRef,
byte[] imageBytes,
org.jxls.common.ImageType imageType) |
void |
clearCell(org.jxls.common.CellRef cellRef) |
org.jxls.common.Context |
createInitialContext() |
static JexcelTransformer |
createTransformer(InputStream is,
OutputStream os) |
List<org.jxls.common.CellData> |
getCommentedCells() |
jxl.write.WritableWorkbook |
getWritableWorkbook() |
void |
setFormula(org.jxls.common.CellRef cellRef,
String formulaString) |
void |
transform(org.jxls.common.CellRef srcCellRef,
org.jxls.common.CellRef targetCellRef,
org.jxls.common.Context context) |
void |
write() |
public static final String JEXCEL_CONTEXT_KEY
public static final int MAX_COLUMN_TO_READ_COMMENT
public static JexcelTransformer createTransformer(InputStream is, OutputStream os) throws IOException, jxl.read.biff.BiffException
IOExceptionjxl.read.biff.BiffExceptionpublic org.jxls.common.Context createInitialContext()
createInitialContext in interface org.jxls.transform.TransformercreateInitialContext in class org.jxls.transform.AbstractTransformerpublic jxl.write.WritableWorkbook getWritableWorkbook()
public void transform(org.jxls.common.CellRef srcCellRef,
org.jxls.common.CellRef targetCellRef,
org.jxls.common.Context context)
public void setFormula(org.jxls.common.CellRef cellRef,
String formulaString)
public void clearCell(org.jxls.common.CellRef cellRef)
public List<org.jxls.common.CellData> getCommentedCells()
public void addImage(org.jxls.common.AreaRef areaRef,
byte[] imageBytes,
org.jxls.common.ImageType imageType)
public void write()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.