org.apache.poi.hssf.converter
Class ExcelToHtmlUtils

java.lang.Object
  extended by org.apache.poi.hssf.converter.AbstractExcelUtils
      extended by org.apache.poi.hssf.converter.ExcelToHtmlUtils

public class ExcelToHtmlUtils
extends AbstractExcelUtils


Constructor Summary
ExcelToHtmlUtils()
           
 
Method Summary
static void appendAlign(java.lang.StringBuffer style, short alignment)
           
static org.apache.poi.ss.util.CellRangeAddress[][] buildMergedRangesMap(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
          Creates a map (i.e.
 
Methods inherited from class org.apache.poi.hssf.converter.AbstractExcelUtils
getAlign, getBorderStyle, getBorderWidth, getColor, getColumnWidthInPx, getMergedRange, loadXls
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelToHtmlUtils

public ExcelToHtmlUtils()
Method Detail

appendAlign

public static void appendAlign(java.lang.StringBuffer style,
                               short alignment)

buildMergedRangesMap

public static org.apache.poi.ss.util.CellRangeAddress[][] buildMergedRangesMap(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
Creates a map (i.e. two-dimensional array) filled with ranges. Allow fast retrieving CellRangeAddress of any cell, if cell is contained in range.

See Also:
AbstractExcelUtils.getMergedRange(CellRangeAddress[][], int, int)