public class JexcelTransformer
extends org.jxls.transform.AbstractTransformer
Modifier and Type | Field and Description |
---|---|
static String |
JEXCEL_CONTEXT_KEY
Deprecated.
|
static int |
MAX_COLUMN_TO_READ_COMMENT
Deprecated.
|
Constructor and Description |
---|
JexcelTransformer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addImage(org.jxls.common.AreaRef areaRef,
byte[] imageBytes,
org.jxls.common.ImageType imageType)
Deprecated.
|
void |
adjustTableSize(org.jxls.common.CellRef ref,
org.jxls.common.Size size)
Deprecated.
Yet no table support for jExcel.
|
void |
clearCell(org.jxls.common.CellRef cellRef)
Deprecated.
|
static org.jxls.common.Context |
createInitialContext()
Deprecated.
|
static JexcelTransformer |
createTransformer(InputStream is,
OutputStream os)
Deprecated.
|
boolean |
deleteSheet(String sheetName)
Deprecated.
|
List<org.jxls.common.CellData> |
getCommentedCells()
Deprecated.
|
jxl.write.WritableWorkbook |
getWritableWorkbook()
Deprecated.
|
void |
mergeCells(org.jxls.common.CellRef cellRef,
int rows,
int cols)
Deprecated.
|
void |
resetArea(org.jxls.common.AreaRef areaRef)
Deprecated.
|
void |
setFormula(org.jxls.common.CellRef cellRef,
String formulaString)
Deprecated.
|
void |
setHidden(String sheetName,
boolean hidden)
Deprecated.
|
void |
transform(org.jxls.common.CellRef srcCellRef,
org.jxls.common.CellRef targetCellRef,
org.jxls.common.Context context,
boolean updateRowHeightFlag)
Deprecated.
|
void |
updateRowHeight(String srcSheetName,
int srcRowNum,
String targetSheetName,
int targetRowNum)
Deprecated.
|
void |
write()
Deprecated.
|
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
IOException
jxl.read.biff.BiffException
public static org.jxls.common.Context createInitialContext()
public jxl.write.WritableWorkbook getWritableWorkbook()
public void transform(org.jxls.common.CellRef srcCellRef, org.jxls.common.CellRef targetCellRef, org.jxls.common.Context context, boolean updateRowHeightFlag)
public void resetArea(org.jxls.common.AreaRef areaRef)
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
IOException
public boolean deleteSheet(String sheetName)
deleteSheet
in interface org.jxls.transform.Transformer
deleteSheet
in class org.jxls.transform.AbstractTransformer
public void setHidden(String sheetName, boolean hidden)
public void updateRowHeight(String srcSheetName, int srcRowNum, String targetSheetName, int targetRowNum)
public void adjustTableSize(org.jxls.common.CellRef ref, org.jxls.common.Size size)
adjustTableSize
in interface org.jxls.transform.Transformer
adjustTableSize
in class org.jxls.transform.AbstractTransformer
public void mergeCells(org.jxls.common.CellRef cellRef, int rows, int cols)
mergeCells
in interface org.jxls.transform.Transformer
mergeCells
in class org.jxls.transform.AbstractTransformer
Copyright © 2019. All rights reserved.