AbstractIndentifiableRowOperation |
Identifies rows and then applies the actual operation to them.
|
AbstractMultiSpreadSheetOperation<O> |
Abstract base class for operations that require multiple spreadsheets.
|
CommonIDs |
Extracts the common IDs from two or more spreadsheets.
Matching sense can be inverted, i.e., the IDs not in common are output.
|
Difference |
Computes the difference of the numeric cells between two spreadsheets.
The values of the second spreadsheet are subtracted from the first one.
If no 'key' columns are defined, the current order of rows is used for comparison.
|
Merge |
Merges 2 or more spreadsheets into a single spreadsheet, using a selectable merge method.
|
Overlay |
Combines non-empty cells from the spreadsheets into one by overlaying them.
|
PassThrough |
Dummy, just passes through the data.
|
Sum |
Computes the sum of the numeric cells between two spreadsheets.
The values of the second spreadsheet are added to the first one.
If no 'key' columns are defined, the current order of rows is used for comparison.
|