Class SpreadSheetObjectColumnToString

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

    public class SpreadSheetObjectColumnToString
    extends AbstractSpreadSheetColumnConverter
    Converts the specified spreadsheet column from the object type to string. Ignores cells that have no objects set, by setting them to missing.

    Valid options are:

    -D <int> (property: debugLevel)
        The greater the number the more additional info the scheme may output to 
        the console (0 = off).
        default: 0
        minimum: 0
     
    -no-copy (property: noCopy)
        If enabled, no copy of the spreadsheet is created before processing it.
     
    -column <adams.core.Index> (property: column)
        The column to convert to string; An index is a number starting with 1; the 
        following placeholders can be used as well: first, second, third, last_2,
         last_1, last
        default: first
     
    -handler <adams.data.spreadsheet.AbstractObjectHandler> (property: handler)
        The handler for converting the objects in the cells into their string representations.
        default: adams.data.spreadsheet.StringObjectHandler
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • SpreadSheetObjectColumnToString

        public SpreadSheetObjectColumnToString()