Package org.jxls.transform.poi
Class PoiUtil
java.lang.Object
org.jxls.transform.poi.PoiUtil
POI utility methods
- Author:
- Leonid Vysochyn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopySheetProperties(org.apache.poi.ss.usermodel.Sheet src, org.apache.poi.ss.usermodel.Sheet dest) static booleanisJxComment(String cellComment) static voidsetCellComment(org.apache.poi.ss.usermodel.Cell cell, String commentText, String commentAuthor, org.apache.poi.ss.usermodel.ClientAnchor anchor)
-
Constructor Details
-
PoiUtil
public PoiUtil()
-
-
Method Details
-
setCellComment
-
hyperlink
-
hyperlink
-
copySheetProperties
public static void copySheetProperties(org.apache.poi.ss.usermodel.Sheet src, org.apache.poi.ss.usermodel.Sheet dest) -
isJxComment
-