1 2 3 4
/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.nofill?view=openxml-3.0.1 /// /// This element specifies that no fill is applied to the parent element. pub type XlsxNoFill = bool;