easy-spreadsheet-write
    Preparing search index...

    Interface ESWJsonSheet<ContentType>

    interface ESWJsonSheet<
        ContentType extends ESWContentType = ESWDefaultContentType,
    > {
        columns: ESWColumn<ContentType>[];
        content: ContentType[];
        sheet?: string;
    }

    Type Parameters

    Index

    Properties

    content: ContentType[]
    sheet?: string