I am using Aspose.Cells to take snapshot of a range, when I get the image it has gridlines which are thicker and of a different color than in the excel sheet. I took one image using Range.getImage() of excel javascript A…...ImageOrPrintOptions imgOptions = new ImageOrPrintOptions { OnePagePerSheet...GridlineType.Hair }; SheetRender sr = new SheetRender(worksheet, imgOptions);...