Export VBA Certificate to File or Stream with Golang via C++
Contents
[
Hide
]
Aspose.Cells allows you to export the VBA digital certificate to a stream, such as a file or a memory stream. You can access the raw data of the VBA digital certificate using the Workbook.GetCertRawData() property.
Export VBA Certificate to File or Stream in C++
Please see the following sample code that saves the raw data of the VBA certificate into a file. You can download the sample Excel file used in this code from the provided link.