org.databene.document.xls
Class HSSFUtil

java.lang.Object
  extended by org.databene.document.xls.HSSFUtil

public class HSSFUtil
extends java.lang.Object

Provides utility methods for HSSF (POI).

Created at 09.08.2009 07:47:52

Since:
0.5.0
Author:
Volker Bergmann

Method Summary
static java.lang.Object resolveCellValue(org.apache.poi.ss.usermodel.Cell cell)
           
static java.lang.Object resolveCellValue(org.apache.poi.ss.usermodel.Cell cell, Converter<java.lang.String,?> preprocessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolveCellValue

public static java.lang.Object resolveCellValue(org.apache.poi.ss.usermodel.Cell cell)

resolveCellValue

public static java.lang.Object resolveCellValue(org.apache.poi.ss.usermodel.Cell cell,
                                                Converter<java.lang.String,?> preprocessor)


Copyright © 2010. All Rights Reserved.