there is a requirement. I post an excel file to the backend interface, and the
backend returns me a stream file of excel
can it be realized? I used new Blob ()
to convert the returned stream file but failed. Is the front end unable to send and receive the file stream on the same interface, or is there something wrong with my implementation? ask for advice.