Relative Content

Tag Archive for spring-bootapache-poispring-webfluxreactive-programming

Reading Excel File data using Spring Webflux and Apache POI

Trying to read an excel file using Spring Webflux . Taking the input as Flux and streaming the data . Its working with 6k rows but any more rows it fails with error .
“OOXML file structure broken/invalid – no core document found!”
Can someone explain this error or what could be the cause for this.