WIOD database in Julia

I’m working on World Input-Output Database (WIOD) from Groningen.

Usually, I work this data using STATA. What I have so far is my usual do file template translated in Julia language, but I want to do it in Julia from scratch. Does anyone know a template or paper explaining how is the proper way to work this specific database?

Regards

The “database” seems to be available as a simple excel file so you could just read it with XLSX.jl, but similarly you can read the Stata format with StatFiles.jl

Thanks for the answer. I was wondering not just how to import the data, but mainly how to work and clean the data following a template as a starter.

Sorry I misunderstood then. You said you already had your do file translated to Julia, could you explain in a bit more detail what you are missing?