常量

    以下这些常量定义了 XML 标签的命名空间:

    1. SourceRelationship = "http://schemas.openxmlformats.org/officeDocument/2006/relationships"
    2. SourceRelationshipChart = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart"
    3. SourceRelationshipComments = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"
    4. SourceRelationshipImage = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"
    5. SourceRelationshipTable = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/table"
    6. SourceRelationshipDrawingML = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing"
    7. SourceRelationshipDrawingVML = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing"
    8. SourceRelationshipHyperLink = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"
    9. SourceRelationshipChart20070802 = "http://schemas.microsoft.com/office/drawing/2007/8/2/chart"
    10. SourceRelationshipChart2014 = "http://schemas.microsoft.com/office/drawing/2014/chart"
    11. SourceRelationshipCompatibility = "http://schemas.openxmlformats.org/markup-compatibility/2006"
    12. NameSpaceDrawingML = "http://schemas.openxmlformats.org/drawingml/2006/main"
    13. NameSpaceDrawingMLChart = "http://schemas.openxmlformats.org/drawingml/2006/chart"
    14. NameSpaceDrawingMLSpreadSheet = "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing"
    15. NameSpaceSpreadSheet = "http://schemas.openxmlformats.org/spreadsheetml/2006/main"
    16. NameSpaceXML = "http://www.w3.org/XML/1998/namespace"

    下面的常量定义了 XML 文档中的独立声明:

    以下这些常量定义了当前支持的数据验证条件:

    1. const (
    2. DataValidationOperatorBetween
    3. DataValidationOperatorEqual
    4. DataValidationOperatorGreaterThan
    5. DataValidationOperatorGreaterThanOrEqual
    6. DataValidationOperatorLessThan
    7. DataValidationOperatorLessThanOrEqual
    8. DataValidationOperatorNotBetween