Loading excel data in P5

I haven’t found any libraries for that purpose. What are my options when I want to load excel data into p5?

Thanks in advance

Hi,

Excel data can easily be exported to standard an open formats like CSV that you can the import into p5.js :

Reads the contents of a file or URL and creates a p5.Table object with its values.

By default, the file is assumed to be comma-separated (in CSV format). Table only looks for a header row if the ‘header’ option is included.