umya-spreadsheet 2.3.3

umya-spreadsheet is a library written in pure Rust to read and write xlsx file.
Documentation
pub(crate) const CERTIFICATE_NS: &str =
    "http://schemas.microsoft.com/office/2006/keyEncryptor/certificate";
pub(crate) const CHART_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart";
pub(crate) const COMMENTS_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments";
pub(crate) const THREADED_COMMENT_NS: &str =
    "http://schemas.microsoft.com/office/2017/10/relationships/threadedComment";
pub(crate) const THREADED_COMMENTS_NS: &str =
    "http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments";
pub(crate) const PERSION_NS: &str =
    "http://schemas.microsoft.com/office/2017/10/relationships/person";
pub(crate) const CONTYPES_NS: &str = "http://schemas.openxmlformats.org/package/2006/content-types";
pub(crate) const COREPROPS_NS: &str =
    "http://schemas.openxmlformats.org/package/2006/metadata/core-properties";
pub(crate) const CUSTOMUI_NS: &str =
    "http://schemas.microsoft.com/office/2006/relationships/ui/extensibility";
pub(crate) const DCMITYPE_NS: &str = "http://purl.org/dc/dcmitype/";
pub(crate) const DCORE_NS: &str = "http://purl.org/dc/elements/1.1/";
pub(crate) const DCTERMS_NS: &str = "http://purl.org/dc/terms/";
pub(crate) const EXCEL_MAIN_NS: &str = "http://schemas.microsoft.com/office/excel/2006/main";
pub(crate) const DRAWING_CHART_NS: &str =
    "http://schemas.microsoft.com/office/drawing/2007/8/2/chart";
pub(crate) const DRAWING_CHART_2015_NS: &str =
    "http://schemas.microsoft.com/office/drawing/2015/06/chart";
pub(crate) const DRAWING_MAIN_NS: &str = "http://schemas.microsoft.com/office/drawing/2010/main";
pub(crate) const DRAWINGML_CHART_NS: &str =
    "http://schemas.openxmlformats.org/drawingml/2006/chart";
pub(crate) const DRAWINGML_MAIN_NS: &str = "http://schemas.openxmlformats.org/drawingml/2006/main";
pub(crate) const DRAWINGS_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing";
pub(crate) const ENCRYPTION_NS: &str = "http://schemas.microsoft.com/office/2006/encryption";
pub(crate) const EXCEL_NS: &str = "urn:schemas-microsoft-com:office:excel";
pub(crate) const HYPERLINK_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink";
pub(crate) const IMAGE_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image";
pub(crate) const MC_NS: &str = "http://schemas.openxmlformats.org/markup-compatibility/2006";
pub(crate) const OFCDOC_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument";
pub(crate) const OFFICE_NS: &str = "urn:schemas-microsoft-com:office:office";
pub(crate) const OLE_OBJECT_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject";
pub(crate) const PASSWORD_NS: &str =
    "http://schemas.microsoft.com/office/2006/keyEncryptor/password";
pub(crate) const PACKAGE_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/package";
pub(crate) const REL_NS: &str = "http://schemas.openxmlformats.org/package/2006/relationships";
pub(crate) const REL_OFC_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships";
pub(crate) const PRINTER_SETTINGS_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/printerSettings";
pub(crate) const PIVOT_CACHE_DEF_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheDefinition";
pub(crate) const STYLES_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles";
pub(crate) const SHARED_STRINGS_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings";
pub(crate) const SHEET_DRAWING_NS: &str =
    "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing";
pub(crate) const SHEET_MAIN_NS: &str = "http://schemas.openxmlformats.org/spreadsheetml/2006/main";
pub(crate) const SHEET_MS_MAIN_NS: &str =
    "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main";
pub(crate) const SHEET_MS_REVISION_NS: &str =
    "http://schemas.microsoft.com/office/spreadsheetml/2014/revision";
pub(crate) const SHEETML_AC_NS: &str =
    "http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac";
pub(crate) const TABLE_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/table";
pub(crate) const THEME_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme";
pub(crate) const VBA_PROJECT_NS: &str =
    "http://schemas.microsoft.com/office/2006/relationships/vbaProject";
pub(crate) const JSA_PROJECT_NS: &str = "http://schemas.onlyoffice.com/jsaProject";
pub(crate) const VML_NS: &str = "urn:schemas-microsoft-com:vml";
pub(crate) const VML_DRAWING_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing";
pub(crate) const VTYPES_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes";
pub(crate) const WORKSHEET_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet";
pub(crate) const XPROPS_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties";
pub(crate) const XSI_NS: &str = "http://www.w3.org/2001/XMLSchema-instance";
pub(crate) const CUSTOM_PROPS_NS: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/custom-properties";

pub(crate) const XPROPS_REL: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties";
pub(crate) const CUSTOM_PROPS_REL: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties";
pub(crate) const COREPROPS_REL: &str =
    "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties";

pub(crate) const CHART_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.drawingml.chart+xml";
pub(crate) const COMMENTS_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml";
pub(crate) const CORE_PROPS_TYPE: &str =
    "application/vnd.openxmlformats-package.core-properties+xml";
pub(crate) const DRAWING_TYPE: &str = "application/vnd.openxmlformats-officedocument.drawing+xml";
pub(crate) const OLE_OBJECT_TYPE: &str = "application/vnd.openxmlformats-officedocument.oleObject";
pub(crate) const PRNTR_SETTINGS_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.spreadsheetml.printerSettings";
pub(crate) const REL_TYPE: &str = "application/vnd.openxmlformats-package.relationships+xml";
pub(crate) const SHARED_STRINGS_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml";
pub(crate) const SHEET_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml";
pub(crate) const STYLES_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml";
pub(crate) const THEME_TYPE: &str = "application/vnd.openxmlformats-officedocument.theme+xml";
pub(crate) const TABLE_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml";
pub(crate) const VBA_TYPE: &str = "application/vnd.ms-office.vbaProject";
pub(crate) const VML_DRAWING_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.vmlDrawing";
pub(crate) const WORKBOOK: &str =
    "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
pub(crate) const WORKBOOK_MACRO_TYPE: &str = "application/vnd.ms-excel.sheet.macroEnabled.main+xml";
pub(crate) const WORKBOOK_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml";
pub(crate) const XPROPS_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.extended-properties+xml";
pub(crate) const CUSTOM_PROPS_TYPE: &str =
    "application/vnd.openxmlformats-officedocument.custom-properties+xml";

pub(crate) const PKG_CHARTS: &str = "xl/charts";
pub(crate) const PKG_DRAWINGS: &str = "xl/drawings";
pub(crate) const PKG_DRAWINGS_RELS: &str = "xl/drawings/_rels/drawing";
pub(crate) const PKG_EMBEDDINGS: &str = "xl/embeddings";
pub(crate) const PKG_MEDIA: &str = "xl/media";
pub(crate) const PKG_PRNTR_SETTINGS: &str = "xl/printerSettings";
pub(crate) const PKG_SHARED_STRINGS: &str = "xl/sharedStrings.xml";
pub(crate) const PKG_SHEET: &str = "xl/worksheets/sheet";
pub(crate) const PKG_SHEET_RELS: &str = "xl/worksheets/_rels/sheet";
pub(crate) const PKG_STYLES: &str = "xl/styles.xml";
pub(crate) const PKG_TABLES: &str = "xl/tables";
pub(crate) const PKG_THEME: &str = "xl/theme/theme1.xml";
pub(crate) const PKG_WORKBOOK: &str = "xl/workbook.xml";
pub(crate) const PKG_WORKBOOK_RELS: &str = "xl/_rels/workbook.xml.rels";
pub(crate) const PKG_VBA_PROJECT: &str = "xl/vbaProject.bin";
pub(crate) const PKG_JSA_PROJECT: &str = "xl/jsaProject.bin";
pub(crate) const PKG_VML_DRAWING_RELS: &str = "xl/drawings/_rels/vmlDrawing";
pub(crate) const PKG_PERSON: &str = "xl/persons/person.xml";

pub(crate) const ARC_APP: &str = "docProps/app.xml";
pub(crate) const ARC_CORE: &str = "docProps/core.xml";
pub(crate) const ARC_CUSTOM: &str = "docProps/custom.xml";

pub(crate) const CONTENT_TYPES: &str = "[Content_Types].xml";