cyntler / react-doc-viewer

File viewer for React.
https://cyntler.github.io/react-doc-viewer
Apache License 2.0
337 stars 115 forks source link

Blob preview not supported for MS Office documents? #61

Open alex-pasztor opened 1 year ago

alex-pasztor commented 1 year ago

Probably linked to https://github.com/cyntler/react-doc-viewer/issues/58

When using the blob sample given in the project documentation and adapting it for MS Office files (.docx, .xlsx, .pptx), the preview does not work:

image

Also, the "Learn more" link within the error message points to a non existing page: image

cyntler commented 1 year ago

@alex-pasztor Yea. Blob previews will not work for MS Office at the moment.

jamesmart77 commented 1 year ago

@alex-pasztor Yea. Blob previews will not work for MS Office at the moment.

Appreciate all your hard work on this package @cyntler - super helpful! Any idea when the bug is expected to be resolved?

cyntler commented 1 year ago

@jamesmart77 Nothing more to say at the moment regarding to this bug. Blobs are not supported by MS Office online viewer. A lot of issues are related to the current way of MS docs rendering so it is important to work firstly.

Thanks for your message! ;)

larskay commented 1 year ago

HI, great package, any update?

riazXrazor commented 1 year ago

thanks @cyntler , this is a great package 👍

nazarbroslavskyi commented 9 months ago

@cyntler any updates according displaying pptx files from blob ? thanks in advance