Hi,
when I try to get an image from a chart in Excel, only parts of the labels are picked.
In the example, you will see that ‘Type…’ is missing.
Here is the code:
Aspose.Cells.License lic = new Cells.License();
lic…...Range range = excelWorksheet.Workbook...CellsHelper.CellIndexToName(range.FirstRow, range.FirstColumn); string...