I have excel and it contain shapes, but when i capture, result return image don't have anything shapes, what happen???????
I''ll attach file excel upload and image is returned,Please help!!!!!
Workbook wb = new Workbook();
wb.LoadFromFile(@"Business Process Flowchart Revenue and AR.xlsx");
Worksheet sheet = wb.Worksheets[0];
Image image=sheet.ToImage(1, 1, sheet.LastRow, sheet.LastColumn);
image.Save("result.png", System.Drawing.Imaging.ImageFormat.Png);