Uses of Class
org.qubership.atp.dataset.migration.model.ExcelEvaluator
Packages that use ExcelEvaluator
Package
Description
-
Uses of ExcelEvaluator in org.qubership.atp.dataset.migration
Fields in org.qubership.atp.dataset.migration declared as ExcelEvaluatorMethods in org.qubership.atp.dataset.migration with parameters of type ExcelEvaluatorModifier and TypeMethodDescriptionstatic SheetDataIteratorSheetDataIterator.create(org.apache.poi.ss.usermodel.Sheet sheet, int valuesColumnIndex, ExcelEvaluator excelEvaluator) Creates iterator to traverse all rows from supplied sheet except the header one.Constructors in org.qubership.atp.dataset.migration with parameters of type ExcelEvaluatorModifierConstructorDescriptionSheetDataIterator(Iterator<org.apache.poi.ss.usermodel.Row> sheetData, int valuesColumnIndex, ExcelEvaluator excelEvaluator) Iterates over significant cells in sheet. -
Uses of ExcelEvaluator in org.qubership.atp.dataset.migration.formula.model
Methods in org.qubership.atp.dataset.migration.formula.model with parameters of type ExcelEvaluatorModifier and TypeMethodDescriptionvoidEvaluationContext.evaluateAndFlushAll(ExcelEvaluator evaluateWith, DsServicesFacade flushWith, FalloutReport report, org.apache.poi.xssf.usermodel.XSSFWorkbook book) Evaluates allParameterAssociation's currently in context by usingevaluateWith, imports them into ds service usingflushWith.EvaluationContext.put(ExcelEvaluator excelEvaluator, org.apache.poi.ss.usermodel.Cell cell, ParameterData parameterSup) store data for future parameter calculation.Constructors in org.qubership.atp.dataset.migration.formula.model with parameters of type ExcelEvaluatorModifierConstructorDescriptionCellData(ExcelEvaluator excelEvaluator, org.apache.poi.ss.usermodel.Cell cell) creates object to store formula information. -
Uses of ExcelEvaluator in org.qubership.atp.dataset.migration.model
Fields in org.qubership.atp.dataset.migration.model declared as ExcelEvaluatorConstructors in org.qubership.atp.dataset.migration.model with parameters of type ExcelEvaluatorModifierConstructorDescriptionImportResources(DsServicesFacade services, ExcelEvaluator excelEvaluator, FalloutReport falloutReport, String bookName, String groupDataSetName, org.apache.poi.xssf.usermodel.XSSFWorkbook book, VisibilityArea va) SeeImportResources.