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
configurationPath <- getTestDataFilePath("dataImporterConfiguration_noSheets.xml") xlsFilePath <- getTestDataFilePath("CompiledDataSet_oneSheet.xlsx") importerConfiguration <- DataImporterConfiguration$new(configurationPath) dataSets <- loadDataSetsFromExcel(xlsFilePath = xlsFilePath, importerConfiguration = importerConfiguration, importAllSheets = TRUE) dataSetsFrame <- dataSetToDataFrame(dataSets)
The text was updated successfully, but these errors were encountered:
@PavelBal What's the isssue? What do you get and what do you expect?
Sorry, something went wrong.
Definitely not what is expected ;) I am on it this moment.
fixed with #606
PavelBal
No branches or pull requests
The text was updated successfully, but these errors were encountered: