We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to the implementation of the DataImportAPI importing an excel sheet always fails, since the converter uses the convert(String content) variant.
DataImportAPI
convert(String content)
This has to change so that the convert(File file, String charset) is used. This is supported by the excel converter.
convert(File file, String charset)
The text was updated successfully, but these errors were encountered:
solved in 0.9.2
Sorry, something went wrong.
No branches or pull requests
Due to the implementation of the
DataImportAPI
importing an excel sheet always fails, since the converter uses theconvert(String content)
variant.This has to change so that the
convert(File file, String charset)
is used. This is supported by the excel converter.The text was updated successfully, but these errors were encountered: