Отображение прогресса в экселе

This commit is contained in:
2023-12-07 17:02:00 +03:00
parent bf88dd2eae
commit b9f27bf51f
2 changed files with 5 additions and 1 deletions

View File

@@ -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,