Отображение прогресса в экселе
This commit is contained in:
@@ -43,6 +43,10 @@ public class ExportTasksPackageToExcel extends Pass_2021<TasksPackage> {
|
||||
return "";
|
||||
}
|
||||
@Override
|
||||
protected boolean needsAnimation() {
|
||||
return true;
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
book = null;
|
||||
sheet = null;
|
||||
@@ -202,6 +206,7 @@ public class ExportTasksPackageToExcel extends Pass_2021<TasksPackage> {
|
||||
//--
|
||||
int i = 1;
|
||||
for (TestRunTask task : tasks) {
|
||||
ShowMessage2(task.test_description);
|
||||
Row row = addRow(i, false,
|
||||
task.group_description,
|
||||
task.test_description,
|
||||
|
||||
Reference in New Issue
Block a user