// SPDX-License-Identifier: MIT OR Apache-2.0
//// Copyright 2022-2026, John McNamara, jmcnamara@cpan.org
//! The following example demonstrates creating a new format.
//!userust_xlsxwriter::Format;#[allow(unused_variables)]fnmain(){let format =Format::new();}