I don't know much about excel, but this should be easy to do in most other languages (Java, Perl etc..). Basically, they would just monitor for changes, then output into a CSV format, or if you were using say VB you could likely write to Excel. Using Java, you could use POI (jakarta.apache.org/poi) to write to an excell document too.
|