klyn.io.xlsx.Format.Format
constructor
public Format(options as Map<String, Object> = null):
Description

Creates a standalone format from an option map.

Formats created directly can be passed to Worksheet.write, but formats created through Workbook.addFormat are preferred because they are deduplicated in the generated style table.

Parameters
  • options Formatting options.
Example
format = Format({"bold": true})