}
void buildTheSampleProject()throws Exception{
project = new Project();
buildColumnModel();
Row row1 = new Row(17);
row1.cells.add(new Cell("101198", null));
row1.cells.add(new Cell("Paula Freedman", null));
row1.cells.add(new Cell("G5", null));
row1.cells.add(new Cell("Deputy Director - International Group", null));
row1.cells.add(new Cell("tbc", null));
row1.cells.add(new Cell("BIS", null));
row1.cells.add(new Cell("BIS", null));
row1.cells.add(new Cell("UK Trade and Investment", null));
row1.cells.add(new Cell("020 7215 4320", null));
row1.cells.add(new Cell("paula.freedman@ukti.gsi.gov.uk", null));
row1.cells.add(new Cell("127460", null));
row1.cells.add(new Cell("Susan Haird", null));
row1.cells.add(new Cell("Senior Civil Service.Pay Band 1", null));
row1.cells.add(new Cell("Active Assignment", null));
row1.cells.add(new Cell(null,null));
row1.cells.add(new Cell(true, null));
row1.cells.add(new Cell(true, null));
row1.cells.add(new Cell(false, null));
project.rows.add(row1);
/*
* 111912| Bryan Welch| G5| Deputy Director - Legal Services Directorate B| tbc| BIS| BIS| Legal Services Group| 020 7215 3181| bryan.welch@bis.gsi.gov.uk| 901575| Stephen Braviner-Roman| Senior Civil Service.Pay Band 1| Active Assignment TRUE TRUE FALSE
*/
Row row2 = new Row(17);
row2.cells.add(new Cell("111912", null));
row2.cells.add(new Cell("Bryan Welch", null));
row2.cells.add(new Cell("G5", null));
row2.cells.add(new Cell("Deputy Director - Legal Services Directorate B", null));
row2.cells.add(new Cell("tbc", null));
row2.cells.add(new Cell("BIS", null));
row2.cells.add(new Cell("BIS", null));
row2.cells.add(new Cell("Legal Services Group", null));
row2.cells.add(new Cell("020 7215 3181", null));
row2.cells.add(new Cell("bryan.welch@bis.gsi.gov.uk", null));
row2.cells.add(new Cell("901575", null));
row2.cells.add(new Cell("Stephen Braviner-Roman", null));
row2.cells.add(new Cell("Senior Civil Service.Pay Band 1", null));
row2.cells.add(new Cell("Active Assignment", null));
row2.cells.add(new Cell(null,null));
row2.cells.add(new Cell(true, null));
row2.cells.add(new Cell(true, null));
row2.cells.add(new Cell(false, null));
project.rows.add(row2);
project.update();
//set model