We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea66833 commit 4d75568Copy full SHA for 4d75568
gxoffice/src/main/java/com/genexus/msoffice/excel/poi/xssf/ExcelCells.java
@@ -742,7 +742,7 @@ public String getHyperlink() throws ExcelException {
742
return "";
743
}
744
745
- public boolean setHyperLink(String value) throws ExcelException {
+ public boolean setHyperlink(String value) throws ExcelException {
746
CheckReadonlyDocument();
747
try {
748
CreationHelper createHelper = pWorkbook.getCreationHelper();
0 commit comments