Skip to content

Instantly share code, notes, and snippets.

@IamSmith
Created April 5, 2011 07:58
Show Gist options
  • Save IamSmith/903199 to your computer and use it in GitHub Desktop.
Save IamSmith/903199 to your computer and use it in GitHub Desktop.
Fluent example
<?php
$sheet->setCellValue("A1", "Text")
->setCellValue("A2", "Text")
->setCellValue("A3", "Text")
->setCellValue("A4", "Text")
->setCellValue("A5", "Text");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment