Office Document Viewer

0
0

Hello,

What is the best way to display office documents (docx, xlsx ..) in a wisej application.

Thanks

 

 

  • You must to post comments
0
0

hi Wisej Team

Does the OfficeViewer is working?

i’m having problem while testing the example over the internet.

The url example :  http://demo.wisej.com/officeviewer

is also broken.

thank in advance ,

Orel

  • Frank (ITG)
    Hi Orel, I have updated the extension download and the version running on our demo wisej server. Please try again. Thanks, Frank
  • You must to post comments
0
0

Here it is: http://s3.amazonaws.com/wisej/downloads/Examples/Wisej.OfficeViewer.zip

It will not work when running it on localhost since office viewers need a publicly accessible url.

  • You must to post comments
0
0

Could you provide the code for the example http://demo.wisej.com/officeviewer

I don’ want to provide the URL of my document to the public Viewer.

Thank You

 

  • You must to post comments
0
0

It’s available  here: /extensions

  • The application must be accessible over the internet.
  • It’s not  possible to use the office viewer with a server without internet access.
  • The build uploaded also supports the FileRequested event allowing an app to return any document or stream when requested by the viewer.
  • You must to post comments
1
0

We are going to upload the source code for a new extension to view office documents using their free office viewer. The extension will be able to show documents on the server, as well as from a stream allowing you to view office documents from any source (including a database) or to create them on  the fly.

The extension shows how to filter all requests to the web server since it needs to change the URL because Microsoft Office Viewer cannot handle sources with parameters.

Small demo: http://demo.wisej.com/officeviewer

  • Luca (ITG)
    Forgot to add that the OfficeViewer extension is also secure since the postback URL is bound to the session so your documents are not public. The normal usage of the MS Office Viewer requires the documents to be public.
  • Tung Ngo
    Dear Luca, It’s what I’m looking for. Can not wait to include it to my application. Regards,
  • You must to post comments
0
0

You can use any viewer that works online, here are some.

Microsoft has a free online viewer:

https://products.office.com/en-us/office-online/view-office-documents-online

You can create the URL in the app and assign it to an IFramePanel.

You can also use google docs, or only office (http://onlyoffice.org/ or http://onlyoffice.com).

 

 

  • You must to post comments
Showing 6 results
Your Answer

Please first to submit.