Description
Older Excel Input metadata has a spreadsheet type "JXL" which we no longer use.
This value was silently mapped to POI. We need to do this more explicitly in the Hop metadata properties like:
@HopMetadataProperty( enumNameWhenNotFound = "POI", key = "spreadsheet_type", injectionKey = "SPREADSHEET_TYPE", injectionKeyDescription = "ExcelInput.Injection.SPREADSHEET_TYPE") private SpreadSheetType spreadSheetType;