Class PoiUtil

java.lang.Object
org.jxls.transform.poi.PoiUtil

public class PoiUtil extends Object
POI utility methods
Author:
Leonid Vysochyn
  • Constructor Details

    • PoiUtil

      public PoiUtil()
  • Method Details

    • setCellComment

      public static void setCellComment(org.apache.poi.ss.usermodel.Cell cell, String commentText, String commentAuthor, org.apache.poi.ss.usermodel.ClientAnchor anchor)
    • hyperlink

      public WritableCellValue hyperlink(String address, String link, String linkTypeString)
    • hyperlink

      public WritableCellValue hyperlink(String address, String title)
    • copySheetProperties

      public static void copySheetProperties(org.apache.poi.ss.usermodel.Sheet src, org.apache.poi.ss.usermodel.Sheet dest)
    • isJxComment

      public static boolean isJxComment(String cellComment)