Release Unmanaged Resources of the Workbook with Golang via C++

Contents
[ ]

The Workbook object now implements the IDisposable interface, which has a single method Dispose(). You can either call the Workbook.Dispose() method directly, or use the using statement to have this method called automatically.