Hi,
I’m trying to import the contents of an xlsx so that I can shuffle the contents prior to feeding it to my trial loop. In PsychoPy, I was able to use items = data.importConditions(currList) without any issues. When that was translated into JS, it didn’t work, and having just const items = currList; didn’t work either because it just shows the name of the file, not the contents. How do I access the contents of my xlsx in JS?
Thanks!