Package net.sf.basedb.util.excel


package net.sf.basedb.util.excel
  • Class
    Description
    Excel formatter implementation that automatically selects a format depending on the type/class of the value.
    Helper class for keeping track of formatting styles that has been created for given Excel worksheet.
    Interface that is intended to be implemented by formatters that also want to support generating output for excel.
    Represents a value and style format that should be written to a cell in an excel worksheet.
    Represents a blank cell.
    Represents a cell with a numeric value.
    Represents a cell with a date value.
    Represents a cell with a numeric value without decimals.
    Represents a cell with a numeric value.
    Represents a cell with a string value.
    Excel formatter implementation that uses the value from any parent formatter and creates a string cell value.
    This is a simple wrapper for the TableWriter class to make it create an Excel workbook instead of a CSV file.
    Utility class for converting Excel worksheets to CSV-formatted InputStreams.