I have some data on Excel documents, I need to import my data into Drupal and them show the data in tables or chart. What is the most simple way to do that? What do you recommend me?

Comments

Sam Moore’s picture

Export the data in CSV format and import it into Drupal using Feeds.
What you do then is up to you, but you could, for example, have Feeds make each row a node, with each column corresponding to a field, and then use Views to display all the nodes in tabular layout.

WorldFallz’s picture

Depending on how the files are going to be generated, CSVs can be problematic (i usually have lots of issues getting users to format CSVs properly). For when you really do need to import from excel, feeds_xls works great.