1 2 3 4 5
/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.linejoinbevel?view=openxml-3.0.1 /// /// when present: specifies that an angle joint is used to connect lines // tag: bevel pub type XlsxLineJoinBevel = bool;