Package org.apache.poi.hssf.converter
Class ExcelToHtmlUtils
java.lang.Object
org.apache.poi.hssf.converter.AbstractExcelUtils
org.apache.poi.hssf.converter.ExcelToHtmlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendAlign
(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
-
Constructor Details
-
ExcelToHtmlUtils
public ExcelToHtmlUtils()
-
-
Method Details
-
appendAlign
-
buildMergedRangesMap
Creates a map (i.e. two-dimensional array) filled with ranges. Allow fast retrievingCellRangeAddress
of any cell, if cell is contained in range.
-