Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Can I get information from an excel sheet linked into an html document to automatically update every time i change it?

I have a file with a couple of names and the amount of money they owe me...

Anyways, I want to find a way to formally add a variable to each excel cell so that every piece of information from each cell can be reused in a sentence....

EX:

[[excel cell 1 --- $name_1 = "Alejandro"]]

[[excel cell 2 --- $money_1= 500]]

Hello, $name_1 you owe me $money_1 !!