Skip to content

WebPublishing

Source code

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

library("xlcharts")

WebPublishing()