Update xls diff script (rewrote in js instead of vbs)
commit50891e0d4fe132f55244e19815e4b7ca9150480a
authorSup Yut Sum <ch3cooli@gmail.com>
Mon, 18 Feb 2013 23:10:57 +0000 (19 07:10 +0800)
committerSup Yut Sum <ch3cooli@gmail.com>
Mon, 18 Feb 2013 23:10:57 +0000 (19 07:10 +0800)
tree61f4c18cfbea259e7a756769187657180d1102fc
parent0959c70725ec9f12174a4d4d50d4fc9a80e1ca43
Update xls diff script (rewrote in js instead of vbs)

Patch from Hiroki NAJIMA:
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=30489
86

The changelog is here.

 - BUG: Unable to mark difference when "A1" cell is a "Format as Table"'s
header.
 - BUG: Unable handle protected Excel workbooks and worksheets.
 - BUG: Unable handle hidden worksheets.
 - CHG: Rewrote in JScript.
 - NEW: Add performance improvement mode (fast mode). (Default: off)
        It compare directly to opposite worksheets.
        This mode require opened base document at the same time.
 - NEW: Normal mode fallbacks to fast mode when "new" document's structure is
protected.
 - NEW: Open workbooks with Readonly mode to avoid unwilling saving.
 - NEW: Unhide hidden worksheets.
 - NEW: Set tab color if the worksheet was hidden then green, otherwise default.
 - NEW: Activate first worksheet.
 - NEW: Mark workbooks as "saved" to suppress save dialog if nothing changed.
 - NEW: Show warnings which occurred while processing.
 - CHG: Lots of refactoring.

Based on TortoiseSVN revision 23915, 23916

Signed-off-by: Sup Yut Sum <ch3cooli@gmail.com>
contrib/other/diff-scripts/diff-xls.js [new file with mode: 0644]
contrib/other/diff-scripts/diff-xls.vbs [deleted file]
src/TortoiseGitSetup/StructureFragment.wxi