I have a django server which allow user to upload xlsx files, I want to access the data in it.
I know about openpyxl, however, it looks like it doesn't have a way to parse opened files, I do not want to save the file on disk and read it again.
How can I do it?