Common - Excel
The functions in this section are used to manipulate Excel files.
Only one file can be manipulated at a time, and either ExcelNewFile or ExcelOpen must be called before the rest can be used.
It is strongly recommended that all functions are used inside a Try Except, as all of them can throw exceptions. The most common exception is "No Excel object exists." if an attempt is made to work with the Excel functions before calling ExcelNewFile or successfully calling ExcelOpen.