Skip to content

monken/p5-catalystx-controller-extjs-rest-simpleexcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Serialize to Excel spreadsheets

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages