Member Junction
    Preparing search index...

    Workbook metadata

    interface WorkbookMetadata {
        author?: string;
        category?: string;
        company?: string;
        description?: string;
        keywords?: string | string[];
        manager?: string;
        subject?: string;
        title?: string;
    }
    Index

    Properties

    author?: string

    Author name

    category?: string

    Category

    company?: string

    Company

    description?: string

    Description/comments

    keywords?: string | string[]

    Keywords (comma-separated or array)

    manager?: string

    Manager

    subject?: string

    Subject

    title?: string

    Title