use crateXlsxOffset;
/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.spreadsheet.position?view=openxml-3.0.1
///
/// This element describes the position of a drawing element within a spreadsheet.
///
/// pos (Position)
pub type XlsxSpreadsheetPosition = XlsxOffset;