mirror of https://github.com/apache/poi.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b60986f68
commit
f6c92f9b09
|
@ -195,6 +195,7 @@ public final class CellUtil {
|
|||
* @param context The context for copying, see {@link CellCopyContext}
|
||||
* @throws IllegalArgumentException if copy cell style and srcCell is from a different workbook
|
||||
* @throws IllegalStateException if srcCell hyperlink is not an instance of {@link Duplicatable}
|
||||
* @since POI 5.2.0
|
||||
*/
|
||||
@Beta
|
||||
public static void copyCell(Cell srcCell, Cell destCell, CellCopyPolicy policy, CellCopyContext context) {
|
||||
|
|
Loading…
Reference in New Issue