Skip to content

Commit 4d75568

Browse files
tomas-sexenianBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:cells-link' into beta
1 parent ea66833 commit 4d75568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gxoffice/src/main/java/com/genexus/msoffice/excel/poi/xssf/ExcelCells.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ public String getHyperlink() throws ExcelException {
742742
return "";
743743
}
744744

745-
public boolean setHyperLink(String value) throws ExcelException {
745+
public boolean setHyperlink(String value) throws ExcelException {
746746
CheckReadonlyDocument();
747747
try {
748748
CreationHelper createHelper = pWorkbook.getCreationHelper();

0 commit comments

Comments
 (0)