I upload my excel files using Vaadin framework's file uplaod tool, which returns me an outputstream. I want to read cells of that excel file probably using apache poi.
But I couldn't figure out how can I turn that outputstream into a workbook or anything useful that I can use with POI?