-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
19 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+5.77 KB
libs/extensions/tabular/exec/test/assets/cell-range-selector-executor/test-A1:C16.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...extensions/tabular/exec/test/assets/cell-range-selector-executor/test-A1:C16.xlsx.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |
Binary file added
BIN
+5.94 KB
libs/extensions/tabular/exec/test/assets/cell-range-selector-executor/test-B1:C2.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
.../extensions/tabular/exec/test/assets/cell-range-selector-executor/test-B1:C2.xlsx.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |
18 changes: 18 additions & 0 deletions
18
libs/extensions/tabular/exec/test/assets/cell-range-selector-executor/valid-A1:A4.jv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-only | ||
|
||
pipeline TestPipeline { | ||
|
||
block TestExtractor oftype TestSheetExtractor { | ||
} | ||
|
||
block TestBlock oftype CellRangeSelector { | ||
select: range A1:A4; | ||
} | ||
|
||
block TestLoader oftype TestSheetLoader { | ||
} | ||
|
||
TestExtractor -> TestBlock -> TestLoader; | ||
} |
18 changes: 18 additions & 0 deletions
18
libs/extensions/tabular/exec/test/assets/cell-range-selector-executor/valid-A1:C*.jv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-only | ||
|
||
pipeline TestPipeline { | ||
|
||
block TestExtractor oftype TestSheetExtractor { | ||
} | ||
|
||
block TestBlock oftype CellRangeSelector { | ||
select: range A1:C*; | ||
} | ||
|
||
block TestLoader oftype TestSheetLoader { | ||
} | ||
|
||
TestExtractor -> TestBlock -> TestLoader; | ||
} |
18 changes: 18 additions & 0 deletions
18
libs/extensions/tabular/exec/test/assets/cell-range-selector-executor/valid-A1:E4.jv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-only | ||
|
||
pipeline TestPipeline { | ||
|
||
block TestExtractor oftype TestSheetExtractor { | ||
} | ||
|
||
block TestBlock oftype CellRangeSelector { | ||
select: range A1:E4; | ||
} | ||
|
||
block TestLoader oftype TestSheetLoader { | ||
} | ||
|
||
TestExtractor -> TestBlock -> TestLoader; | ||
} |
Binary file added
BIN
+5.77 KB
libs/extensions/tabular/exec/test/assets/cell-writer-executor/test-A1:C16.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
libs/extensions/tabular/exec/test/assets/cell-writer-executor/test-A1:C16.xlsx.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |
Binary file added
BIN
+5.82 KB
libs/extensions/tabular/exec/test/assets/column-deleter-executor/test-A1:B2.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
libs/extensions/tabular/exec/test/assets/column-deleter-executor/test-A1:B2.xlsx.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |
Binary file added
BIN
+5.77 KB
libs/extensions/tabular/exec/test/assets/column-deleter-executor/test-A1:C16.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
libs/extensions/tabular/exec/test/assets/column-deleter-executor/test-A1:C16.xlsx.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |
Binary file added
BIN
+5.82 KB
libs/extensions/tabular/exec/test/assets/row-deleter-executor/test-A1:B2.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
libs/extensions/tabular/exec/test/assets/row-deleter-executor/test-A1:B2.xlsx.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |
Binary file added
BIN
+5.77 KB
libs/extensions/tabular/exec/test/assets/row-deleter-executor/test-A1:C16.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
libs/extensions/tabular/exec/test/assets/row-deleter-executor/test-A1:C16.xlsx.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |
Binary file added
BIN
+5.77 KB
libs/extensions/tabular/exec/test/assets/sheet-picker-executor/test-A1:C16.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
libs/extensions/tabular/exec/test/assets/sheet-picker-executor/test-A1:C16.xlsx.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |