Reading excel file

I am developing a dashboard for a company who wants a dashboard visualizing data from each department in the company.

For that i need data from marketing and the companies' LinkedIn profile. I can download the data i need from LinkedIn in an excel file, but how do i read that excel file and how can i in the end display that Excel data on my dashboard?

Welcome to the community Daniel.

If you download to a CSV rather than Excel native file format, you can read it in using the file node and then convert it to JSON using the CSV node.

To display it, you probably want it to be a table and there is a contributed node for that - ui_table I think?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.