A bit late reply - but if you need to read it in memory I would do it in C#. To load an excel workbook from a .Net memorystream I think you need a third party library, such as https://www.nuget.org/packages/ClosedXML/.
Convert the byte array to a mem...