Excel to Arduino

Is there a possible way to have the Arduino read the data from documents like excel files. Is t possible for the Arduino to read only certain cell in the excel file instead of all the cells.

I think you'd have to write an application (maybe in VBA) for the computer and make that application communicate with the Arduino. I think the computer-side would be the most difficult unless you have experience.

There is an Excel macro called PLX-DAQ which might work with your Excel. If it does, you can read one cell if you wish.
{+edit}If PLX-DAQ doesn't work, as Doug says, you'd have to write your own application.

Pete

cpatriot12:
Is there a possible way to have the Arduino read the data from documents like excel files. Is t possible for the Arduino to read only certain cell in the excel file instead of all the cells.

You can force Excel to write out a text file with all formulas 'calculated' ... the Arduino could parse that file for calculated values.
excel-export-range

Try Pete's answer first

Ray