Learn R Programming

xlcharts (version 0.0.1)

WebPublishing: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

css

css

thicket

thicket

longFileNames

longFileNames

vml

vml

allowPng

allowPng

targetScreenSize

targetScreenSize

dpi

dpi

codePage

codePage

characterSet

characterSet

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
WebPublishing()
}

Run the code above in your browser using DataLab