public Format(options as Map<String, Object> = null):
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.
format = Format({"bold": true})