Package org.apache.poi.hssf.util

util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.

See:
          Description

Class Summary
AreaReference  
CellRangeAddress Deprecated. use CellRangeAddress
CellRangeAddress8Bit See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Like CellRangeAddress except column fields are 8-bit.

CellRangeAddressList Deprecated. use CellRangeAddressList
CellReference Common conversion functions between Excel style A1, C27 style cell references, and POI usermodel style row=0, column=0 style references.
HSSFCellUtil Various utility functions that make working with a cells and rows easier.
HSSFColor Intends to provide support for the very evil index to triplet issue and will likely replace the color constants interface for HSSF 2.0.
HSSFColor.AQUA Class AQUA
HSSFColor.AUTOMATIC Special Default/Normal/Automatic color.
HSSFColor.BLACK Class BLACK
HSSFColor.BLUE Class BLUE
HSSFColor.BLUE_GREY Class BLUE_GREY
HSSFColor.BRIGHT_GREEN Class BRIGHT_GREEN
HSSFColor.BROWN Class BROWN
HSSFColor.CORAL Class CORAL
HSSFColor.CORNFLOWER_BLUE Class CORNFLOWER_BLUE
HSSFColor.DARK_BLUE Class DARK_BLUE
HSSFColor.DARK_GREEN Class DARK_GREEN
HSSFColor.DARK_RED Class DARK_RED
HSSFColor.DARK_TEAL Class DARK_TEAL
HSSFColor.DARK_YELLOW Class DARK_YELLOW
HSSFColor.GOLD Class GOLD
HSSFColor.GREEN Class GREEN
HSSFColor.GREY_25_PERCENT Class GREY_25_PERCENT
HSSFColor.GREY_40_PERCENT Class GREY_40_PERCENT
HSSFColor.GREY_50_PERCENT Class GREY_50_PERCENT
HSSFColor.GREY_80_PERCENT Class GREY_80_PERCENT
HSSFColor.INDIGO Class INDIGO
HSSFColor.LAVENDER Class LAVENDER
HSSFColor.LEMON_CHIFFON Class LEMON_CHIFFON
HSSFColor.LIGHT_BLUE Class LIGHT_BLUE
HSSFColor.LIGHT_CORNFLOWER_BLUE Class LIGHT_CORNFLOWER_BLUE
HSSFColor.LIGHT_GREEN Class LIGHT_GREEN
HSSFColor.LIGHT_ORANGE Class LIGHT_ORANGE
HSSFColor.LIGHT_TURQUOISE Class LIGHT_TURQUOISE
HSSFColor.LIGHT_YELLOW Class LIGHT_YELLOW
HSSFColor.LIME Class LIME
HSSFColor.MAROON Class MAROON
HSSFColor.OLIVE_GREEN Class OLIVE_GREEN
HSSFColor.ORANGE Class ORANGE
HSSFColor.ORCHID Class ORCHID
HSSFColor.PALE_BLUE Class PALE_BLUE
HSSFColor.PINK Class PINK
HSSFColor.PLUM Class PLUM
HSSFColor.RED Class RED
HSSFColor.ROSE Class ROSE
HSSFColor.ROYAL_BLUE Class ROYAL_BLUE
HSSFColor.SEA_GREEN Class SEA_GREEN
HSSFColor.SKY_BLUE Class SKY_BLUE
HSSFColor.TAN Class TAN
HSSFColor.TEAL Class TEAL
HSSFColor.TURQUOISE Class TURQUOISE
HSSFColor.VIOLET Class VIOLET
HSSFColor.WHITE Class WHITE
HSSFColor.YELLOW Class YELLOW
HSSFRegionUtil Various utility functions that make working with a region of cells easier.
LazilyConcatenatedByteArray Utility for delaying the concatenation of multiple byte arrays.
PaneInformation Holds information regarding a split plane or freeze plane for a sheet.
Region Deprecated. (Aug-2008) use CellRangeAddress
RKUtil Utility class for helping convert RK numbers.
 

Package org.apache.poi.hssf.util Description

util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.