The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quiq::Excel::Writer - Erzeuge Datei im Excel 2007+ XLSX Format

BASE CLASS

Excel::Writer::XLSX

DESCRIPTION

Diese Klasse ist abgeleitet von Excel::Writer::XLSX. Sie erweitert die Basisklasse um

  • Tilde-Expansion im Dateinamen

  • Exceptions im Fehlerfall

Dokumentation siehe Basisklasse.

METHODS

Klassenmethoden

new() - Konstruktor

Synopsis

    $wkb = $class->new($file);
    $wkb = $class->new($fh);

Arguments

$file

Name der .xslx Datei.

$fh

Filehandle, auf die geschrieben wird, z.B. \*STDOUT.

Returns

Workbook-Objekt

Description

Erzeuge ein Excel Workbook-Objekt und liefere eine Referenz auf dieses Objekt zurück.

VERSION

1.151

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2019 Frank Seitz

LICENSE

This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.