Class ConversionHelpers


  • public class ConversionHelpers
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.poi.ss.util.CellRangeAddress getRangeForCell​(org.apache.poi.ss.usermodel.Cell in)  
      static org.apache.poi.xssf.usermodel.XSSFTable getTableForCell​(org.apache.poi.ss.usermodel.Cell c)  
      static boolean isPartOf​(org.apache.poi.ss.util.CellRangeAddress cra, org.apache.poi.ss.usermodel.Cell in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConversionHelpers

        public ConversionHelpers()
    • Method Detail

      • getRangeForCell

        public static org.apache.poi.ss.util.CellRangeAddress getRangeForCell​(org.apache.poi.ss.usermodel.Cell in)
      • isPartOf

        public static boolean isPartOf​(org.apache.poi.ss.util.CellRangeAddress cra,
                                       org.apache.poi.ss.usermodel.Cell in)
      • getTableForCell

        public static org.apache.poi.xssf.usermodel.XSSFTable getTableForCell​(org.apache.poi.ss.usermodel.Cell c)