freebsd-ports/textproc/pear-Spreadsheet_Excel_Writer/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

6 lines
407 B
Text

PEAR class for generating Excel spreadsheets. It was born as a port of the
Spreadsheet::WriteExcel Perl module to PHP. It allows writing of Excel
spreadsheets without the need for COM objects. It supports formulas, images
(BMP) and all kinds of formatting for text and cells. It currently supports
the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel
versions is not yet available.