jamespot-user-api
    Preparing search index...

    Type Alias jDatasourceExcel

    type jDatasourceExcel = {
        file: jFileLittle;
        fileUrl?: string;
        spreadsheetList: string[];
        spreadsheetListHeaders: Record<string, string[]>;
    }
    Index

    Properties

    fileUrl?: string
    spreadsheetList: string[]
    spreadsheetListHeaders: Record<string, string[]>