Class SpreadSheetLongColumnToDouble

  • All Implemented Interfaces:
    AdditionalInformationHandler, CleanUpHandler, Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, QuickInfoSupporter, ShallowCopySupporter, SizeOfHandler, Stoppable, Conversion, InPlaceProcessing, Serializable

    public class SpreadSheetLongColumnToDouble
    extends AbstractSpreadSheetColumnConverter
    Converts the specified spreadsheet column from long to double.
    Simply uses the cell's 'toDouble()' method.

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -no-copy <boolean> (property: noCopy)
        If enabled, no copy of the spreadsheet is created before processing it.
        default: false
     
    -column <adams.data.spreadsheet.SpreadSheetColumnIndex> (property: column)
        The column to convert to long; An index is a number starting with 1; apart 
        from column names (case-sensitive), the following placeholders can be used 
        as well: first, second, third, last_2, last_1, last
        default: first
        example: An index is a number starting with 1; apart from column names (case-sensitive), the following placeholders can be used as well: first, second, third, last_2, last_1, last
     
    -keep-failed <boolean> (property: keepFailed)
        Whether to keep the original value of cells which conversion has failed 
        rather than setting them to missing.
        default: false
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form