public class PasteCellHelper extends Object implements Serializable
Constructor and Description |
---|
PasteCellHelper(SSheet destSheet) |
Modifier and Type | Method and Description |
---|---|
CellRegion |
pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option) |
void |
pasteValue(CellBuffer buffer,
SCell destCell,
SheetRegion cutFrom,
boolean pasteFormula,
int rowOffset,
int columnOffset,
boolean transpose,
int rowOrigin,
int columnOrigin) |
public PasteCellHelper(SSheet destSheet)
public CellRegion pasteCell(SheetRegion src, CellRegion dest, PasteOption option)
public void pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin)
Copyright © 2020. All rights reserved.