freebsd-ports/textproc/p5-Spreadsheet-GenerateXLSX/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

10 lines
519 B
Text

Spreadsheet::GenerateXLSX provides a function generate_xlsx which takes an array
of Perl data and generates a simple Excel spreadsheet in the XLSX format. The
generated sheets have the first row frozen, and auto filters enabled for every
column.
Each sheet in the spreadsheet is generated from an array of rows, where each row
is an arrayref. The first row is treated as a header row.
The generated spreadsheet can have any numbers of sheets. If you just pass
arrayrefs, the sheets will be named Sheet1, Sheet2, etc.