Skip to content

Instantly share code, notes, and snippets.

View tsergium's full-sized avatar

Sergiu Tomsa tsergium

View GitHub Profile
@tsergium
tsergium / alice&bob_usefull_commands
Created November 3, 2015 09:55
Alice & Bob Usefull Commands
Alice & Bob Usefull Commands
==========
powered by Alice + Bob 2015
## What you need to do after git pull:
all commands are to be executed from project root as developer
1. stop queue consumers
<?
include 'spreadsheet.php';
$Spreadsheet = new Spreadsheet("[email protected]", "password");
$Spreadsheet->
setSpreadsheet("Tester")->
setWorksheet("Sheet1")->
add(array("Header 1" => "Cell 1", "Header 2" => "Cell 2"));
?>