Looking to make a website from excel spreadsheet

mugzy

Regular Member
Joined
May 2, 2010
Messages
254
Reaction score
75
I have a spreadsheet that has extensive formulas behind it. I'm wanting to put this into a website format and share it with others. Is this possible?
 
You're looking to transform the formulas or to display the data result on the website?
For the second option you can develop and integration between your sheet and a database and display it on a website
 
If you want to share the data on the excel, you can use WP All Import plugin
 
Ive been trying to do the same, altough with vba macros behind it.
i can also recommend site2sheet or kaiko for just using formulas. (altough they wont support complex ones)
 
Ive been trying to do the same, altough with vba macros behind it.
i can also recommend site2sheet or kaiko for just using formulas. (altough they wont support complex ones)

I never found a solid solution. How did this workout for you?
 
actually i did, as we can save excel files as html pages, i integrated them into the site i need.
Basically a vba code uploads every hour the html file to a ftp.

From there you can use it in for example a iframe,
 
actually i did, as we can save excel files as html pages, i integrated them into the site i need.
Basically a vba code uploads every hour the html file to a ftp.

From there you can use it in for example a iframe,

Hmm.... if it works I may hire somebody to do it. Can you share an example?
 
Add your excel file to google sheets, then you can embed it with all its formula to a fully functioning website through sheet2site
 
Back
Top