setExportCssSeparately Method
In This Topic
Sets whether export the worksheet style to css separately. When this property is set to false. Css style data is exported directly to each worksheet and separate stylesheet.css file are not created.
Syntax
public void setExportCssSeparately(
boolean
)
|
Parameters
- value
See Also