PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » Spreadsheet_Excel_Writer » Bug #2797

Groups

Details

Request #2797Groups
Submitted2004-11-19 17:52 UTC
Fromamir at foresthc dot com
Assignedxnoguer
StatusClosed
PackageSpreadsheet_Excel_Writer
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2004-11-19 17:52 UTC] amir at foresthc dot com

Description:
------------
Excel has the ability to group several rows together so the user can collapse and expand them. This also enables sorting, moving and so on the collapsed versions.

[2005-07-19 22:37 UTC] Thierry dot Besancon at math dot jussieu dot fr

The ability you ask for is available in Spreadsheet-Excel for a long time.

Just use the Worksheet::setRow() method. The fourth parameter decides whether the row is collapsed or not and the fifth parameter deals with the outline level.

There is as well the method worksheet::setOutline() that can setup the outline mode.

[2005-11-09 01:51 UTC] xnoguer at php dot net

this has been answered already.