| | |
| | | generalExcelImportAndExportDataSource := GeneralExcelImportAndExportDataSource::Upload( RecycleBin, webFileBinaryData, fileName ); |
| | | generalExcelImportAndExportDataSource.ReadStructure(); |
| | | |
| | | MP_Cell_ScheduleSummary::ImportOutput( Archive,generalExcelImportAndExportDataSource); |
| | | ArchiveCell_ScheduleSummary::ImportOutput( Archive,generalExcelImportAndExportDataSource); |
| | | |
| | | // 后续删除 |
| | | generalExcelImportAndExportDataSource.Delete(); |
| | |
| | | } |
| | | |
| | | macroPlans := ApplicationMacroPlanner.GetLoadedMacroPlans(); |
| | | table := MP_Cell_ScheduleSummary::CreateFullTable( macroPlans,RecycleBin ,Archive, MacroPlan ); |
| | | table := ArchiveCell_ScheduleSummary::CreateFullTable( Archive ,RecycleBin, MacroPlan ); |
| | | |
| | | dhScheduleSummaryTable.Data( table ); |
| | | *] |