Package net.sf.basedb.util.excel

  • Interface Summary
    Interface Description
    ExcelFormatter<T,​E>
    Interface that is intended to be implemented by formatters that also want to support generating output for excel.
  • Class Summary
    Class Description
    AutoFormatter
    Excel formatter implementation that automatically selects a format depending on the type/class of the value.
    CellStyleCreator
    Helper class for keeping track of formatting styles that has been created for given Excel worksheet.
    ExcelValue<T>
    Represents a value and style format that should be written to a cell in an excel worksheet.
    ExcelValue.BlankValue<T>
    Represents a blank cell.
    ExcelValue.BooleanValue
    Represents a cell with a numeric value.
    ExcelValue.DateValue
    Represents a cell with a date value.
    ExcelValue.IntValue
    Represents a cell with a numeric value without decimals.
    ExcelValue.NumericValue
    Represents a cell with a numeric value.
    ExcelValue.StringValue
    Represents a cell with a string value.
    WrappedFormatter<T>
    Excel formatter implementation that uses the value from any parent formatter and creates a string cell value.
    XlsxTableWriter
    This is a simple wrapper for the TableWriter class to make it create an Excel workbook instead of a CSV file.
    XlsxToCsvUtil
    Utility class for converting Excel worksheets to CSV-formatted InputStreams.
    XlsxToCsvUtil.CellTypeWithInfo