Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 90815a31

Von Joachim Zach vor mehr als 14 Jahren hinzugefügt

  • ID 90815a31b45ced8f49c31502cff1c8155e692a7a
  • Vorgänger bedf5ec6
  • Nachfolger 4236c151

Optionale minimale Excel-Unterstützung für Druckvorlagen (Austausch von Platzhalter-Variablen in Excel-Dateien). Entsprechend noch für strict angepasst

Unterschiede anzeigen:

SL/Form.pm
1178 1178
  } elsif ( $self->{"format"} =~ /elstertaxbird/i ) {
1179 1179
    $template = XMLTemplate->new($self->{"IN"}, $self, $myconfig, $userspath);
1180 1180

  
1181
  } elsif ( $self->{"format"} =~ /excel/i ) {
1182
    $template = ExcelTemplate->new($self->{"IN"}, $self, $myconfig, $userspath);
1183
    $ext_for_format = 'xls';
1184

  
1181 1185
  } elsif ( defined $self->{'format'}) {
1182 1186
    $self->error("Outputformat not defined. This may be a future feature: $self->{'format'}");
1183 1187

  
......
1385 1389
  my $extension = $self->{format} =~ /pdf/i          ? ".pdf"
1386 1390
                : $self->{format} =~ /postscript/i   ? ".ps"
1387 1391
                : $self->{format} =~ /opendocument/i ? ".odt"
1392
                : $self->{format} =~ /excel/i        ? ".xls"
1388 1393
                : $self->{format} =~ /html/i         ? ".html"
1389 1394
                :                                      "";
1390 1395

  

Auch abrufbar als: Unified diff