Extract Theme Data from Excel File with Golang via C++
Contents
[
Hide
]
Aspose.Cells allows users to extract theme-related data from an Excel file. For example, you can extract the theme name applied to the workbook and the theme color applied to a cell or the borders of the cell, etc.
You can apply a theme to your workbook using Microsoft Excel via Page Layout > Themes command.
C++ code to extract theme data from Excel file
The following sample code extracts the theme name applied to the source workbook and then extracts the theme color applied to cell A1 and the theme color applied to the bottom border of the cell.