hi!
I want to extract the contents of a excel file and populate them in a new post( page) . I'd like to maintain the row-column relationship.
Ex:
sample.xls
Name | Age | Sex
A | 20 | M
B | 30 | F
C | 40 | M
In Drupal (the one which i want)
Name | Age | Sex
A | 20 | M
B | 30 | F
C | 40 | M
Is there any module in Drupal to do that or should i create a new one for it? I wish some drupaler came across this situation :)
Any suggestions or help?
thanks..