public class ExcelHyperlink extends Object
| Constructor and Description |
|---|
ExcelHyperlink(ExcelHyperlinkType type,
String location) |
| Modifier and Type | Method and Description |
|---|---|
static ExcelHyperlink |
forCell(String sheetName,
int columnIndex,
int rowIndex) |
static ExcelHyperlink |
forEmail(String email) |
static ExcelHyperlink |
forFile(String fileUri) |
static ExcelHyperlink |
forUrl(String url) |
String |
getLocation() |
ExcelHyperlinkType |
getType() |
String |
toString() |
public ExcelHyperlink(ExcelHyperlinkType type, String location)
public static ExcelHyperlink forCell(String sheetName, int columnIndex, int rowIndex)
public static ExcelHyperlink forEmail(String email)
public static ExcelHyperlink forUrl(String url)
public static ExcelHyperlink forFile(String fileUri)
public ExcelHyperlinkType getType()
public String getLocation()
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.