Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PHP_XLSXWriter
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 101
    • Issues 101
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mk-j
  • PHP_XLSXWriter
  • Merge requests
  • !192

Added another dynamic row_option to provide row collapse functionality.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Steve Thorn requested to merge github/fork/ThornyS/master into master Mar 28, 2018
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 2

Hi, I find this xlsx package great!! and Thank You. I had noticed that as part of the writeSheetRow function the $row_options has become partially dynamic. I needed to also make the outlineLevel dynamic to apply a multi-row collapse effect. I've added an examples file ex11-row-group-collapse.php to show it working. e.g. $row_options = array('collapse' => true, 'hidden' => true, 'outlineLevel' => 1); $writer->writeSheetRow('Sheet1', $row_data, $row_options);

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ThornyS/master