|
Scripting OAK |
This page in 2007 Top Previous Next |
|
A distinctive quality of OAK is that it can be scripted, that is, driven by a program prepared by you. This capability is significant because the market for software that can manipulate spreadsheets falls into two categories.
The ability to direct the facilities of OAK from a simple program blurs the formerly sharp distinction between these categories. Some things that previously could only be done using one of the expensive software applications may be possible with OAK and a few dozen lines of code. This section describes how to use the scripting facilities of OAK. The examples are given using VBA, but OAK can be driven from C# or other programming languages that can interface with Microsoft's Component Object Model (COM). See also |