powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chartsheet.publish.html
WebPublishItem( id = NULL, divId = NULL, sourceType = NULL, sourceRef = NULL, sourceObject = NULL, destinationFile = NULL, title = NULL, autoRepublish = NULL, ... )
An openpyxl Python object.
id
divId
sourceType
sourceRef
sourceObject
destinationFile
title
autoRepublish
Additional arguments, i.e. kwargs.
if (FALSE) { WebPublishItem( id = 1L, divId = "divId", sourceType = "chart", sourceRef = "sourceRef", destinationFile = "destinationFile" ) }
Run the code above in your browser using DataLab