By ElFroggitos on
Is it possible to display an HTML spreadsheet. The file will be stored in the upload directory. The spreadsheet has a few tab.
I do not want to import the data into Drupal, just display it in the tabular format.
To rephrase the question: How to display an external HTML file within Drupal, so I can use the users/groups on who is allowed to view it?
Thanks for the suggestions.
Comments
make a page
By page, I mean the Drupal node type page, of content type PHP, and use PHP include to include the contents of the external file.
- Robert Douglass
-----
visit me at www.robshouse.net
or www.webs4.com
You could posibly wait for
You could posibly wait for the module mentioned here too.
http://drupal.org/node/15223#comment-25908
It might help do what you want.
-sp
---------
Test site...always start with a test site.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide