View excel table in html

Asked

Viewed 360 times

-1

Hello guys I’m trying to use the iframe tag for by an excel viewer. Com pdf works, but when I put a file . xlsx it downloads the file to preview ivés. Someone could help me?

  • Usually browsers display PDF files, but Excel does not.

1 answer

1


There’s no way.

XLSX is the extension of the files generated by Microsoft Excel, a nonfree proprietary software. Unlike extensions like PDF, JPEG, PNG, XML, MP3, MP4, etc, XLSX is not an open standard, so don’t expect your browser to support this format in the future.

What you can do is convert these sheets into a format like CSV, consume them and mount your HTML with Javascript.

But if you have no experience with development, which I believe is the case, it is easier to use the third party service. Google Docs for example allows you to import spreadsheets and then use the iframe that Google provides to you.

  • And here’s the link to do this with the Google Drive. :)

  • To not have the work to consume them and create a table, only by a viewer even. Obgd by the answer, helped a lot :D

Browser other questions tagged

You are not signed in. Login or sign up in order to post.