sub print_html_header { my $self = shift; if ($self->style eq "excel") { my $filename = $self->new_excel_filename; $self->{r}->header_out('Content-Disposition'=>"attachm +ent; filename=$filename") } my $content_type = ($self->style eq 'excel') ? 'application/vn +d.ms-excel' : 'text/html'; $self->{r}->send_http_header($content_type); }
In reply to Re: XML to Excel with Stylesheet
by jimX11
in thread XML to Excel with Stylesheet
by rashley
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |