Link Data from Excel
I am trying to create a dynamic link from excel to dreamweaver and all the help I find says to select things that are not there. So my question is how do I link the values from excel into a cell in dreamweaver?
I am trying to create a dynamic link from excel to dreamweaver and all the help I find says to select things that are not there. So my question is how do I link the values from excel into a cell in dreamweaver?
Personally I would try to get that data out of Excel. Excel is great for very simple data stored in spreadsheets, but it's not a very easy thing to work with across multiple users or systems. I did do a little research though and found this library if you wanted to build a PHP script that could read from an Excel doc ( GitHub - PHPOffice/PhpSpreadsheet: A pure PHP library for reading and writing spreadsheet files ).
If you wanted to move the data elsewhere, you should know Excel data does not have to live in Excel. There is functionality to use Exteral Data Sources with Excel to connect to MS SQL, mySQL, Oracle, etc. etc. So another option might be storing that data somewhere else in a central database and then use an external connection in Excel to query the data and the data could then also be extracted easier with a server-side language for the web server, but also accessible in Excel.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.