Пример #1
0
 protected void doExport(
     Context context, String tableName, String[] cellContent, String[] cellHeaders) {
   ReportGenerator reportGenerator;
   reportGenerator = new ReportGenerator(context, tableName, cellContent, cellHeaders);
   reportGenerator.execute();
 }