Uses of Class
org.dhatim.fastexcel.HyperLink
-
-
Uses of HyperLink in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return HyperLink Modifier and Type Method Description static HyperLinkHyperLink. external(String linkStr, String displayStr)Static factory method which allows to create external HyperLinkstatic HyperLinkHyperLink. internal(String linkStr, String displayStr)Static factory method which allows to create internal HyperLinkMethods in org.dhatim.fastexcel with parameters of type HyperLink Modifier and Type Method Description voidWorksheet. hyperlink(int r, int c, HyperLink hyperLink)voidRange. setHyperlink(HyperLink hyperLink)
-