Plaise. How to send data from excel to dashboard
Save your excel file as CSV and then you can read that file using the file-in node and parse the data with csv node.
![]()
And then it depends of the data what will be the best choice of nodes to visualize the data on dashboard.
There is also node-red-contrib-spreadsheet-in though I cannot vouch for whether it works or not.