Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37758129
en ru br
ALT Linux repos
S:2.40-alt1
5.0: 2.25-alt1
4.1: 2.21-alt1
4.0: 2.18-alt1
3.0: 1.01-alt2.1

Group :: Development/Perl
RPM: perl-Spreadsheet-WriteExcel

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module Spreadsheet-WriteExcel

Name: perl-%module
Version: 2.21
Release: alt1

Summary: Perl module for generating Excel97+ compatible Spreadsheets
License: Perl
Group: Development/Perl

URL: %CPAN %module
Source: http://www.cpan.org/modules/by-module/Spreadsheet/%module-%version.tar.gz

BuildArch: noarch
# Automatically added by buildreq on Fri Oct 26 2007
BuildRequires: perl-Digest-MD4 perl-Encode perl-OLE-Storage_Lite perl-Parse-RecDescent perl-devel

# About perl-Digest-MD4 dependancy:

# The Spreadsheet::WriteExcel module checks in run-time for modules available
# to calculate image checksum. Excel uses MD4 but MD5 will also work.
# In the event of no checksum module being available checksum is simulated
# using the image index. perl-Digest-MD4 selected as best choice:
# real checksum, fast implementation, Excel compatibility.

Requires: perl-Digest-MD4

Obsoletes: perl-%{module}2
Provides: perl-%{module}2

%description
The Spreadsheet::WriteExcel module can be used to create a cross-platform
Excel binary file. Multiple worksheets can be added to a workbook and
formatting can be applied to cells. Text, numbers, formulas, hyperlinks and
images can be written to the cells.

The Excel file produced by this module is compatible with Excel 97, 2000, 2002
and 2003. Unicode data is fully supported so generated files can be used in
OpenOffice.org Calc and Gnumeric w/o any additional converters even if
non-Latin1 strings are in use. The generated files are compatible with MS
Access as well.

%prep
%setup -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%_bindir/*
%perl_vendor_privlib/Spreadsheet
%perl_vendor_man3dir/*
%perl_vendor_man1dir/*
%exclude /.perl.req
%doc README Changes examples doc/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin