Uses of Class
org.apache.poi.ss.usermodel.CellCopyContext
-
Packages that use CellCopyContext Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.util -
-
Uses of CellCopyContext in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type CellCopyContext Modifier and Type Method Description void
HSSFRow. copyRowFrom(Row srcRow, CellCopyPolicy policy, CellCopyContext context)
Copy the cells from srcRow to this row. -
Uses of CellCopyContext in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with parameters of type CellCopyContext Modifier and Type Method Description static void
CellUtil. copyCell(Cell srcCell, Cell destCell, CellCopyPolicy policy, CellCopyContext context)
Copy cell value, formula and style, from srcCell per cell copy policy If srcCell is null, clears the cell value and cell style per cell copy policy.
-