0

I have data in different formats such as CSV,XLS etc. I have to import the data into my Drupal website and i have to create buttons which could provide different functions on that data such as addition,average etc.

And also if i make changes in my data sheet the changes should also be shown in my Drupal site.

1 Answers1

0

Check on feeds module:

https://www.drupal.org/project/feeds

And it's helper modules, i.e.:

https://www.drupal.org/project/feeds_xls

MilanG
  • 6,994
  • 2
  • 35
  • 64
  • But what about buttons how to do that? – Rohan Naik Dec 13 '16 at 09:49
  • I don't know that any module provides that functionality, sorry. You can use Views module to display tables, but as far as I know you will need to do custom coding to add buttons like that. – MilanG Dec 13 '16 at 12:09