Skip to content

Nit: clash of single quotes/colors for range read of sheet with space #328

@MichaelChirico

Description

@MichaelChirico

span.s_sheet = list(color = "cyan", fmt = double_quote_weird_name),
span.w_sheet = list(color = "green", fmt = single_quote_weird_name),
span.range = list(color = "yellow", fmt = single_quote_weird_name),

gs4_bullets(c(v = "Range {.range {effective_range}}."))

glue("{sq_escape(sheet_name) %||% ''}{sep}{cell_range %||% ''}")

range_read("<id>", range="Sheet Name!A1:B3")
Image

The combination of:

  • single quotes for both effective_range and the sheet name
  • black followed by yellow on a white background

Make it a little bit hard to parse this output visually.

Maybe double_quote_weird_name is better here, too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions