public class PoiUtil extends Object
Constructor and Description |
---|
PoiUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
copySheetProperties(org.apache.poi.ss.usermodel.Sheet src,
org.apache.poi.ss.usermodel.Sheet dest) |
WritableCellValue |
hyperlink(String address,
String title) |
WritableCellValue |
hyperlink(String address,
String link,
String linkTypeString) |
static boolean |
isJxComment(String cellComment) |
static void |
setCellComment(org.apache.poi.ss.usermodel.Cell cell,
String commentText,
String commentAuthor,
org.apache.poi.ss.usermodel.ClientAnchor anchor) |
public static void setCellComment(org.apache.poi.ss.usermodel.Cell cell, String commentText, String commentAuthor, org.apache.poi.ss.usermodel.ClientAnchor anchor)
public WritableCellValue hyperlink(String address, String link, String linkTypeString)
public WritableCellValue hyperlink(String address, String title)
public static void copySheetProperties(org.apache.poi.ss.usermodel.Sheet src, org.apache.poi.ss.usermodel.Sheet dest)
public static boolean isJxComment(String cellComment)
Copyright © 2023. All rights reserved.