Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

setRangeConditionalFormatDefault Format doesnot work #1449

Open
muazhar opened this issue Jan 2, 2024 · 0 comments
Open

setRangeConditionalFormatDefault Format doesnot work #1449

muazhar opened this issue Jan 2, 2024 · 0 comments

Comments

@muazhar
Copy link

muazhar commented Jan 2, 2024

luckysheet.setRangeConditionalFormatDefault(
        "textContains",
        ["Expense Group"],
        {
          format: {
            textColor: "#000000",
            cellColor: "#ff0000",
          },
          cellrange: "A1:A" + rows_in_sheet,
        }
      );
      

image
The format doesnot apply

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant