I'm doing my first project in Latex and I needed to retrieve values from an Excel file. I don't want/need to import the whole file but I need to reference some cells.
I would need to do something like: The weight of this material is [insert value from an excel spreadsheet]
Can someone please explain to me the easiest approach to this situation? (Since by what I researched it seems very unusual I was thinking it might be easier with python...?)