
Spreadsheet::Engine::Error - Standard errors

die Spreadsheet::Engine::Value->div0; die Spreadsheet::Engine::Value->na; die Spreadsheet::Engine::Value->name; die Spreadsheet::Engine::Value->null; die Spreadsheet::Engine::Value->num; die Spreadsheet::Engine::Value->ref; die Spreadsheet::Engine::Value->val;

This is a convenience to create various types of spreadsheet errors.

#DIV/0: Division by zero.
#NAME?: Name not found
#N/A: Not available
#NULL!: No cells in intersection
#NUM!: Failure to meet domain constraints.
#REF!: Reference is to an invalid cell
#VALUE!: Parameter is of wrong type

This code was created for Spreadsheet::Engine 0.11

Copyright (c) 2007, 2008 Tony Bowden

The contents of this file are subject to the Artistic License 2.0; you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.perlfoundation.org/artistic_license_2_0