Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziFor Access, you could use the DB Query node, and choose the ODBC interface, and pull out of the database like any other. You could also save the tables in the database as delimited files, and pull them in using the Delimited File node. Either will work, it depends on your situation which is better for you. For Excel, you can save as delimited (CSV) and pull it in, similar to how you could do the Access data. Also, there is a python node that is under development to pull data out of the spreadsheet directly. If you are interested in that, I might be able to have someone post a pre-release version to play with.
Cheers,
$Rich