Skip to content

Instantly share code, notes, and snippets.

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