THis has probably been asked before, but is there a way to import an excel selection of cells into a table and then allow subsequent editing of the cells? So, not as a picture, but as a proper table.
cheers
Alan
Excel into a table?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Excel into a table?
Excel cannot directly be embedded into an HTML page.
But you can export the data to CSV and then use one of the data extensions to display the file on a web page.
https://wysiwygwebbuilder.com/bootstraptable.html
https://wysiwygwebbuilder.com/datatables.html
https://wysiwygwebbuilder.com/dataviewer.html
But you can export the data to CSV and then use one of the data extensions to display the file on a web page.
https://wysiwygwebbuilder.com/bootstraptable.html
https://wysiwygwebbuilder.com/datatables.html
https://wysiwygwebbuilder.com/dataviewer.html
- BaconFries
-
- Posts: 5952
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Excel into a table?
Carrying on from Pablo's suggested extensions maybe the following YouTube tutorial by Dapson Ishmael would be of be of interest.
https://youtu.be/N04_rR_RGUc
https://youtu.be/N04_rR_RGUc
Re: Excel into a table?
Thanks both. I'll investigate tomorrow.