Implement .xltx (office template) on mojoportal

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.
2/17/2014 3:16:18 AM
Gravatar
Total Posts 1

Implement .xltx (office template) on mojoportal

Hi,

Could experts please suggest how i can implement an .xltx file (MS Office template) on my mojo site. I am using an old version of mojoportal (2.3.3.9 MSSQL) for my sites.

Thanks

VS

 

2/17/2014 2:28:58 PM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Implement .xltx (office template) on mojoportal

What do you mean by implement an xltx file? That file is a template for MS Excel nothing to do with a web site or mojoPortal. If you provide some detail as to what you are trying to accomplish we might be able to help you.

2/18/2014 10:03:17 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Implement .xltx (office template) on mojoportal

If you're talking about uploading an xltx file from within mojoPortal, you can add that extension to this key in user.config to allow that:

<add key="AllowedUploadFileExtensions" value=".cer|.gif|.jpg|.jpeg|.png|...|.xltx">

If you want this file to be stored on your site and served by IIS, you'll need to open IIS Manager and add that extension to the MIME types for the site. If you're running in a hosted environment, you may need to contact your hosting provider to do this portion.

Jamie

2/20/2014 6:26:53 AM
Gravatar
Total Posts 19

Re: Implement .xltx (office template) on mojoportal

Thanks Jamie for response. This make sense to me.

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