Is there an easy way to put data from an excel spreadsheet into a fragment. There are various charts that I want to show, while i could create a html table or image it would be much easier if i could just put the data in directly. Thanks.
Announcement
Collapse
No announcement yet.
Excel Sheets into Fragment
Collapse
X
-
I don't know of any plugins which would convert a spread sheet file to display data on a fragment. There are a few options you could try:
Use PHP to dynamically display a CSV file as an HTML table.
Embed a spreadsheet using Google Docs with iframe markup.
Save the spreadsheet to HTML or use online tools such as Tableizer or Textfixer which allow you to convert a spread sheet to a HTML table.
-
Excel can export into an html file. Then you just need to include the file in your fragment.
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
Comment