-
-
01 Feb 2011 14:24:30 UTC
- Distribution: CatalystX-Controller-ExtJS-REST-SimpleExcel
- Module version: v0.1.1
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (44 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: bsd
- Activity
24 month- Tools
- Download (8.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Moritz Onken
NAME
CatalystX::Controller::ExtJS::REST::SimpleExcel - Serialize to Excel spreadsheets
VERSION
version 0.1.1
SYNOPSIS
package MyApp::Controller::User; use Moose; extends 'CatalystX::Controller::ExtJS::REST'; with 'CatalystX::Controller::ExtJS::REST::SimpleExcel'; 1;
Access
/users?content-type=application%2Fvnd.ms-excel
to get the excel file.DESCRIPTION
This role loads Catalyst::Action::Serialize::SimpleExcel and adds
application/vnd.ms-excel
to the type map. When requesting a list of objects, this role converts the output to satisfy Catalyst::Action::Serialize::SimpleExcel.SEE ALSO
CatalystX::Controller::ExtJS::REST
AUTHOR
Moritz Onken
COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 by Moritz Onken.
This is free software, licensed under:
The (three-clause) BSD License
Module Install Instructions
To install CatalystX::Controller::ExtJS::REST::SimpleExcel, copy and paste the appropriate command in to your terminal.
cpanm CatalystX::Controller::ExtJS::REST::SimpleExcel
perl -MCPAN -e shell install CatalystX::Controller::ExtJS::REST::SimpleExcel
For more information on module installation, please visit the detailed CPAN module installation guide.