avipunes / file-viewer

Web component file viewer
MIT License
37 stars 6 forks source link

excel xlsx File extension is not supported. #8

Open iamsajithsasi opened 4 years ago

iamsajithsasi commented 4 years ago

import "file-viewer"; ...file-viewer filename="filename" url="url"... // remove </ because of formatting

for some reason .xlsx is rendering as File extension is not supported. Please help to resolve this. There isnt any error in the console too.

avipunes commented 3 years ago

import "file-viewer"; ...file-viewer filename="filename" url="url"... // remove </ because of formatting

for some reason .xlsx is rendering as File extension is not supported. Please help to resolve this. There isnt any error in the console too.

@iamsajithsasi can you provide an example?