How can I read an excel named table in Julia?

Is there a way to read an excel named table in Julia?
By “excel named table” I mean the object that is created in office excel you go insert → table (it is different that a named cell range)
I have tried all julia excel packages but I can’t make it work.
Thanks.

I guess this is the package that people use to read Excel files: Home · XLSX.jl

(I don´t know if you tried it and if it solves your specific problem)

Thanks for the suggestion, but I have tried it and I have not found the way to do it.

Could you explain what exactly you are trying to do, what the output is, and how it is different from what you are expecting? I’m not a massive Excel user but I thought a named table is just a regular table except you can refer to it by name in Excel formulas, but for just reading out the data into some other program (eg Julia) I don’t see how that makes it different from any other table?