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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -