90919293949596979899100
// if(o instanceof Human)kind="human"; // else // kind=o.getClass().getName(); // } GoogleCsvRow e=d.createRow(); d.appendRow(e); if(o instanceof Human){ Human h = (Human) o; GoogleCsvRow he=e; copyAttr(h,he,"Notes");