Excel Transform
ExcelTransformConfig — Excel-based data source with sheet mappings.
- class ExcelTransformConfig(file_key, file_name, sheet_mapping)[source]
Data source that imports rows from an Excel workbook.
- Parameters:
- set_manual_sheet_names(manual_sheet_names)[source]
Resolve sheet names manually rather than via the configured mapping.
- Return type:
- set_import_object_references_as_keys(import_object_references_as_keys)[source]
Treat object-reference cells as raw keys instead of resolved objects.
- Return type:
- set_per_sheet_overrides(per_sheet_overrides)[source]
Override import options per source sheet name.
- Return type:
- property type: DataSourceType
The
DataSourceTypediscriminator for this configuration.
ImportOptionOverrides — per-sheet overrides used by ExcelTransformConfig.
- class ImportOptionOverrides(match_column_count=False, match_column_headers=False, match_existing_rows=False, preserve_ordering=False)[source]
Per-sheet overrides for column matching, ordering, and row reconciliation.
- Parameters:
- set_reset_decisions(reset_decisions)[source]
Reset decision-variable values for any matched rows on import.
- Return type:
- set_expected_column_count(expected_column_count)[source]
Set the column count enforced when
match_column_countis True.- Return type: