add_table: Check for duplicate name in definedNames and other worksheet...

View source: R/add_table.R

add_tableR Documentation

Check for duplicate name in definedNames and other worksheet tables before adding table.

Description

Check for duplicate name in definedNames and other worksheet tables before adding table.

Usage

add_table(py_obj, table)

Arguments

py_obj

py_obj

table

table

Value

An openpyxl Python object.

Examples

## Not run: 
wb <- Workbook()
ws <- wb$active
tab = Table(displayName="Table1", ref="A1:E5")
ws |> add_table(tab)
ws$tables

## End(Not run)


xlcharts documentation built on May 29, 2024, 7:58 a.m.