mirror of
https://github.com/apache/poi.git
synced 2025-03-06 00:49:36 +00:00
preserve rich text in cell copy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896344 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6ab8e8444
commit
0a916cd3e7
@ -218,7 +218,7 @@ public final class CellUtil {
|
||||
}
|
||||
break;
|
||||
case STRING:
|
||||
destCell.setCellValue(srcCell.getStringCellValue());
|
||||
destCell.setCellValue(srcCell.getRichStringCellValue());
|
||||
break;
|
||||
case FORMULA:
|
||||
destCell.setCellFormula(srcCell.getCellFormula());
|
||||
|
Loading…
x
Reference in New Issue
Block a user