I am getting the following error when I try to process a source data dictionary...
Caused by: java.lang.IllegalArgumentException: can't parse argument number:
at java.text.MessageFormat.makeFormat(MessageFormat.java:1429)
at java.text.MessageFormat.applyPattern(MessageFormat.java:479)
at java.text.MessageFormat.<init>(MessageFormat.java:362)
at java.text.MessageFormat.format(MessageFormat.java:840)
at io.konig.spreadsheet.WorkbookProcessorImpl.fail(WorkbookProcessorImpl.java:730)
at io.konig.spreadsheet.BaseSheetProcessor.fail(BaseSheetProcessor.java:129)
at io.konig.spreadsheet.SourceDataDictionarySheet.setMediaType(SourceDataDictionarySheet.java:213)
I am getting the following error when I try to process a source data dictionary...