I see the WordprocessingMLPackage.load method, which works great when the docx is on disk.
Is there a way to create a WordprocessingMLPackage from a byte array instead of file?
I suppose I could create a memory-backed File, but that seems like a bit of a hack.