Skip to content
v3.3.0

SimpleStrategy

+ new SimpleStrategy(dependencyGraph: DependencyGraph, columnIndex: ColumnSearchStrategy, parser: ParserWithCaching, stats: Statistics, cellContentParser: CellContentParser, arraySizePredictor: ArraySizePredictor): SimpleStrategy

Defined in src/GraphBuilder.ts:67

Parameters:

NameType
dependencyGraphDependencyGraph
columnIndexColumnSearchStrategy
parserParserWithCaching
statsStatistics
cellContentParserCellContentParser
arraySizePredictorArraySizePredictor

Returns: SimpleStrategy

run(sheets: Sheets): Dependencies

Defined in src/GraphBuilder.ts:78

Parameters:

NameType
sheetsSheets

Returns: Dependencies