WebPublishing {xlcharts}R Documentation

WebPublishing

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.web.html

Usage

WebPublishing(
  css = NULL,
  thicket = NULL,
  longFileNames = NULL,
  vml = NULL,
  allowPng = NULL,
  targetScreenSize = "800x600",
  dpi = NULL,
  codePage = NULL,
  characterSet = NULL,
  ...
)

Arguments

css

css

thicket

thicket

longFileNames

longFileNames

vml

vml

allowPng

allowPng

targetScreenSize

targetScreenSize

dpi

dpi

codePage

codePage

characterSet

characterSet

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
WebPublishing()

## End(Not run)


[Package xlcharts version 0.0.2 Index]