[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: comparing xls files

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-09-26 15:49:09 CEST

On 9/26/06, Reuben Sumner <rasumner@gmail.com> wrote:
> The .js file for comparing .XLS files is very nice, but I recently noticed
> that OpenOffice.org Calc can compare XLS files, and does a more detailed
> job. So I would like to suggest that somebody create an alternative script
> that compares XLS files with OpenOffice.org Calc. Obviously that means that
> the user must install OpenOffice.
>
> Where can I find the documentation on MS Office and OpenOffice.org on how to
> write .js files like those?
>
> I also did not find any link to http://tortoisesvn.tigris.org/ from
> http://tortoisesvn.net/ and vice-versa. That seems silly.

I haven't tried it yet as I don't have any OO.o spreadsheets on this
computer, but I see 4 TSVN diff/merge scripts for .ODS files in my
C:\Program Files\TortoiseSVN\Diff-Scripts\ directory. I think TSVN
just looks for a diff/merge script in this directory based on file
extension (diff-ods.js for example, to do a diff on ODS files). If
you don't have diff-ods.js/vbs and merge-ods.js/vbs, I can zip up that
directory and send it to you.

For documentation on writing Windows Script Host scripts, check out
http://msdn.microsoft.com/scripting/ . For documentation on the APIs
that each app uses, consult their documentation.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Sep 26 15:49:16 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.