Package org.apache.poi.hssf.converter
Class ExcelToHtmlUtils
- java.lang.Object
-
- org.apache.poi.hssf.converter.AbstractExcelUtils
-
- org.apache.poi.hssf.converter.ExcelToHtmlUtils
-
@Beta public class ExcelToHtmlUtils extends AbstractExcelUtils
-
-
Constructor Summary
Constructors Constructor Description ExcelToHtmlUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
appendAlign(java.lang.StringBuilder style, HorizontalAlignment alignment)
static CellRangeAddress[][]
buildMergedRangesMap(Sheet sheet)
Creates a map (i.e.-
Methods inherited from class org.apache.poi.hssf.converter.AbstractExcelUtils
getAlign, getBorderStyle, getBorderWidth, getColor, getColumnWidthInPx, getMergedRange, loadXls
-
-
-
-
Method Detail
-
appendAlign
public static void appendAlign(java.lang.StringBuilder style, HorizontalAlignment alignment)
-
buildMergedRangesMap
public static CellRangeAddress[][] buildMergedRangesMap(Sheet sheet)
Creates a map (i.e. two-dimensional array) filled with ranges. Allow fast retrievingCellRangeAddress
of any cell, if cell is contained in range.
-
-