Posted 3 June 2025, 4:01 am EST
Hi,
Adding a custom name named “Ynp1” throw an error without apparent reason.
const workbook = new GC.Spread.Sheets.Workbook("ss");
const sheet = workbook.getActiveSheet();
sheet.name("Home");
workbook.addCustomName("YNp1", "Home!$M$3, 0, 0);
The issue can also be reproduce using the designer demo