summaryrefslogtreecommitdiffstats
path: root/php-pecl-xlswriter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-xlswriter.spec')
-rw-r--r--php-pecl-xlswriter.spec44
1 files changed, 34 insertions, 10 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec
index c459a0a..d29929e 100644
--- a/php-pecl-xlswriter.spec
+++ b/php-pecl-xlswriter.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-xlswriter
#
-# Copyright (c) 2018-2020 Remi Collet
+# Copyright (c) 2018-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -29,9 +29,9 @@
%global libxlsxio_version 0.2.29
%endif
-Summary: An efficient and fast xlsx file export extension
+Summary: An efficient and fast xlsx file extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.3.7
+Version: 1.4.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: https://pecl.php.net/package/%{pecl_name}
@@ -80,17 +80,38 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%description
-An efficient and fast xlsx file export extension for PHP.
-
-- Quickly export xlsx files in php projects.
-- Export xlsx files under fixed memory.
-- Insert a calculation formula in an xlsx file.
-- Insert a local picture in an xlsx file.
-- Merging cells and cell styles.
+xlswriter is a PHP C Extension that can be used to write text, numbers,
+formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.
+
+Writer
+
+- 100% compatible Excel XLSX files.
+- Full Excel formatting.
+- Merged cells.
+- Defined names.
+- Autofilters.
+- Charts.
+- Data validation and drop down lists.
+- Worksheet PNG/JPEG images.
+- Memory optimization mode for writing large files.
+- Works on Linux, FreeBSD, OpenBSD, OS X, Windows.
+- Compiles for 32 and 64 bit.
+- FreeBSD License.
+- The only dependency is on zlib.
+
+Reader
+
+- Full read data
+- Cursor read data
+- Read by data type
+- Xlsx to csv
Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.
@@ -261,6 +282,9 @@ cd ..
%changelog
+* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 1.4.0-1
+- update to 1.4.0
+
* Sat Jan 2 2021 Remi Collet <remi@remirepo.net> - 1.3.7-1
- update to 1.3.7
- drop patch merged upstream