comparing excel spreadsheets from command line

G

Guest

Hi,

I am running tests here that involve comparing two excel spread sheets.
right now we have to manually open the files, copy and paste the contents of
each into a separate too, and run a compare. This is time consuming as it
involves an awful lot of manual intervention. Ideally, I would like to run
some sort of command that takes the two files as params and which outputs
(preferable in some sort of graphical format) the differences between the two
files. Is that possible? Or am I asking too much?

thanks much and have a nice day

Graham
 
G

Guest

thanks for that. i checked the site but couldn't see anthing there. I'd like
to do the comparison from the command line if possible, outside of excel. Any
ideas?

G
 
D

Dave Peterson

Excel's file format is way too complex for me to do something like this.

Any chance you could have a macro that asks you for the two filenames and then
does the work to dump to a plain text file.

You may be able to use some of Chip Pearson's techniques at:
http://www.cpearson.com/excel/duplicat.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top