How to create a table from a file

How to do something like this:
There is a file that I am loading, it is supposed to be temporary, I am guessing that I need to use sushi.

The scheme is as follows: I go to the resource, where the file upload form is immediately shown, I upload the xlsx file, after which it is processed and displays the information in the form of a table.

There is no need to save it all, process it once,
display information and that's it
Was this page helpful?