|
Compared with earlier versions, OAK
| • | has been rewritten in C#, which makes it very much faster than earlier versions which were written in VBA |
| • | is multithreaded, which means that it is more responsive to user interruption of commands |
| • | when loaded into Excel 2007 or 2010, implements the new Office ribbon interface (but still offers the old menus in earlier versions of Excel) |
| • | is capable of handling the much larger spreadsheets that are possible in Excel 2007 and 2010 |
| • | exposes its entire interface to COM, meaning that it can be scripted using a programming language such as VBA. |
More detailed improvements include
| • | an installation utility capable of reacting well to a much wider range of environments, including in particular Windows 7 and Vista. |
| • | automated checking for and installation of updates |
| • | the ability to reverse changes to a spreadsheet made by the comparison function |
Some of these changes were made progressively in successive versions of OAK 3. They are brought together in their entirety in OAK 4.
A log of changes from release to release of version 4 can be found in the reference material.
|