The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Spreadsheet::Reader::Format::Types - A type library for Spreadsheet readers

DESCRIPTION

Not written yet

TYPES

PositiveNum

This type checks that the value is a number and is greater than 0

coercions

none

NegativeNum

This type checks that the value is a number and is less than 0

coercions

none

ZeroOrUndef

This type allows the value to be the number 0 or undef

coercions

none

NotNegativeNum

This type checks that the value is a number and that the number is greater than or equal to 0

coercions

none

NAMED COERCIONS

Excel_number_0

This is essentially a pass through coercion used as a convenience rather than writing the pass through each time a coercion is needed but no actual work should be performed on the value

SUPPORT

TODO

    1. Nothing yet

AUTHOR

Jed Lund
jandrew@cpan.org

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

This software is copyrighted (c) 2016 by Jed Lund

DEPENDENCIES

SEE ALSO