Hi,
we use following code to create pictures from Excel:
Workbook wb = new Workbook(“Example1.xlsx”);
Worksheet excelWorksheet = wb.Worksheets[“Example 1”];
string rangeName = “BIPLI_Example1”;
CellsHelper.DPI = 96; …... Ensure that the display/scale settings are set to 100% to...August 6, 2025, 9:57am 5 Hi, Scaling is 100% Can I find out which...