git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-03-29 12:30:55 +00:00
parent 9b60986f68
commit f6c92f9b09
1 changed files with 1 additions and 0 deletions

View File

@ -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) {