CatalystX::CRUD::YUI::Excel - View class for Excel output


CatalystX-CRUD-YUI documentation  | view source Contained in the CatalystX-CRUD-YUI distribution.

Index


NAME

Top

CatalystX::CRUD::YUI::Excel - View class for Excel output

DESCRIPTION

Top

CatalystX::CRUD::YUI::Excel is a subclass of CatalystX::CRUD::View::Excel.

CONFIGURATION

Top

Configuration is the same as with CatalystX::CRUD::View::Excel. Read those docs.

The default config here is:

 __PACKAGE__->config(
    TEMPLATE_EXTENSION => '.tt'
 );

METHODS

Top

The following methods are implemented in this class:

new

Overrides base new() method. Sets etp_config->INCLUDE_PATH to the base CatalystX::CRUD::YUI::TT .tt files plus your local app root. This means you can override the default .tt behaviour by putting a .tt file with the same name in your root template dir.

For example, to customize your .xls.tt file, just copy the default one from the CatalystX/CRUD/YUI/TT/crud/list.xls.tt in @INC and put it in root/crud/list.xls.tt.

get_template_filename

Always returns crud/list.xls.tt rather than depending on current Action path.

get_template_params

Overrides base method to add some other default variables.

The yui variable is a Rose::DBx::Garden::Catalyst::YUI object.

AUTHOR

Top

Peter Karman, <karman@cpan.org>

BUGS

Top

Please report any bugs or feature requests to bug-catalystx-crud-yui@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS

Top

The Minnesota Supercomputing Institute http://www.msi.umn.edu/ sponsored the development of this software.

COPYRIGHT & LICENSE

Top


CatalystX-CRUD-YUI documentation  | view source Contained in the CatalystX-CRUD-YUI distribution.