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

[Patch] Diff script for Excel files

From: Hiroki NAJIMA <h.najima_at_gmail.com>
Date: Sat, 16 Feb 2013 18:35:45 +0900

Hello,

I'm a TSVN & MS Office user and grateful for diff scripts for Office files.
However, I'm annoyed with bugs / narrow applicable scope of Diff script for Excel files.
To solve the problems, I've created improved version.
I would appreciate if you import attached one.

The changelog is here.

 - BUG: Unable to mark difference when "A1" cell is a header of table which is formatted "Format as Table".
 - BUG: Unable handle protected excel workbooks and worksheets.
 - CHG: VBScript to JScript
 - CHG: Performance improvement by direct comparison with opposite sheets instead of copying.
 - NEW: Open Workbooks with Readonly mode to avoid unwilling saving.
 - NEW: Make visible hidden worksheets.
 - NEW: Set tab color if the sheet was hidden then orange, otherwise default.
 - NEW: Always active worksheet is first one.
 - NEW: Mark Workbooks as Saved to prevent to show save dialog if nothing changed
 - NEW: Show warnings which occurred while processing.
 - ENH: Lots of refactoring.

I dare to change VBScript to JScript because of much better error handling.
But I can create VBScript version if you need.

Please feel free to give me some feedback.

Best regards,

--
Hiroki Najima aka. Nazy.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3048962
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2013-02-16 10:36:15 CET

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.