Mohan
Mohan

Reputation: 949

Render doc, xlsx, ppt document in Angular Application

I have office documents like Docx, xlsx, ppt in a remote server, is it possible to render these files as it is in the Angular web app in read-only mode.

Also to render files saved in my google drive account in Angular application.

Is it possible to achieve the above functionality in Angular?

Upvotes: 1

Views: 648

Answers (1)

Sharad Yadav
Sharad Yadav

Reputation: 11

yes see this, Here you just have to pass the content url https://www.npmjs.com/package/ngx-doc-viewer

Upvotes: 1

Related Questions