ricklupton / floweaver

View flow data as Sankey diagrams
https://floweaver.readthedocs.io
MIT License
448 stars 90 forks source link

Importing xlsx. files #4

Open coenraadwestbroek opened 6 years ago

coenraadwestbroek commented 6 years ago

I tried to import an xlsx. file, but that did not work. I used the following line: dataset = Dataset.from_excel('glass.xlsx') Please explain me what I did wrong. Thanks!

coenraadwestbroek commented 6 years ago

I already solved my own problem, I have attached the code to import an xlsx file. image

ricklupton commented 6 years ago

Thanks for reporting it here, and glad you figured it out!

We should add a Dataset.from_excel function that does this though -- I'll leave the issue open as a reminder.