Class Table
java.lang.Object
name.jurgenei.gradle.ooxml.canonical.Table
Canonical table container.
-
Constructor Summary
ConstructorsConstructorDescriptionTable()Creates a table with a logical identifier and extraction source path.Creates a table with a logical identifier, for example an XLSX worksheet name.Creates a table with pre-populated row content. -
Method Summary
Modifier and TypeMethodDescriptiongetId()getRows()voidsetSourcePath(String sourcePath) Sets source provenance path after extraction.
-
Constructor Details
-
Table
public Table() -
Table
Creates a table with pre-populated row content.- Parameters:
rows- canonical rows.
-
Table
Creates a table with a logical identifier, for example an XLSX worksheet name.- Parameters:
id- logical table identifier.rows- canonical rows.
-
Table
Creates a table with a logical identifier and extraction source path.- Parameters:
id- logical table identifier.sourcePath- source provenance path.rows- canonical rows.
-
-
Method Details
-
getId
-
getSourcePath
- Returns:
- source provenance path.
-
setSourcePath
Sets source provenance path after extraction.- Parameters:
sourcePath- source provenance path.
-
getRows
- Returns:
- canonical rows in document order.
-