creating a table from an excel file

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
11/3/2011 1:36:38 PM
Gravatar
Total Posts 11

creating a table from an excel file

Hello,

I have an excel sheet with abut 8 columns and 1000 rows. I want to recreate it on a webpage on my website and feed any future changes from the excel file. Any suggestions how to create a table to pull data straight from excel and populate automatically in the table on the website.

 

Thanks,

Sudeep

11/3/2011 3:54:16 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: creating a table from an excel file

If I had the choice, I'd probably load the data into a table in your mojoPortal database, so you could more easily maintain and query it, take advantage of the CodeSmith data source templates that Joe has provided, and follow mojoPortal data access examples to pull data.

If you really want to keep the Excel spreadsheet as your data source, you can do that too. Here's an example I found with a quick Google search.

11/3/2011 3:57:44 PM
Gravatar
Total Posts 11

Re: creating a table from an excel file

Thank you so much for the response. Will try it and get back to you.

 

Sudeep

You must sign in to post in the forums. This thread is closed to new posts.