Skip to content

how to change style for a column or some area?ย #120

@zhangjunjiang

Description

@zhangjunjiang

I can see we can change style for several cells by

style = list(A1='background-color:orange; color:green;', 
              B1='background-color:orange; color:green;')
                      
 excelTable(data=data, columns = columns, style = style)

I have a question if we can edit it for some area ,or a column like

style = list(A1:B9='background-color:orange; color:green;', 
              C='background-color:orange; color:green;')
                      
 excelTable(data=data, columns = columns, style = style)

I suppose it will be more convenient if we can like that๐Ÿ˜๐Ÿ˜

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions