setRangeConditionalFormatDefault Format doesnot work
Author: muazharCreated Jan 2, 2024Updated Jan 2, 2024
luckysheet.setRangeConditionalFormatDefault(
"textContains",
["Expense Group"],
{
format: {
textColor: "#000000",
cellColor: "#ff0000",
},
cellrange: "A1:A" + rows_in_sheet,
}
);
The format doesnot apply
Source: dream-num/Luckysheet