do you think it is possible to split the stream of an xlsx via camel? For example to split a csv I do this
.split(body().tokenize("\\n")).streaming()