php - Extacting contents from excel in Drupal -
I want to remove the contents of an excel file and give them a new post ( pages ) I want to maintain the row column relationship.
Ex:
sample.xls
Names | Age Sex
A | 20 | M
b 30 | F
C | 40 | M
in Drupal (which I want)
Name | Age Sex
A | 20 | M
b 30 | F
C | 40 | M
Is there a module in Drupal to do this or would I like to make a new one for this?
Thanks ..
Try the
Comments
Post a Comment