No Google Sheets found.
No sheets found matching "{searchQuery}"
{searchError}
No recent sheets found. Try searching above.
Column Mapping Instructions:
Select what each column represents by using the dropdown in each column header. Make sure to assign Name, Surname, Email, and Confirmation columns.
|
{header || `Empty Column ${index + 1}`}
{#if sheetsData.columnMapping.name === index + 1}
Name Column
{:else if sheetsData.columnMapping.surname === index + 1}
Surname Column
{:else if sheetsData.columnMapping.email === index + 1}
Email Column
{:else if sheetsData.columnMapping.confirmation === index + 1}
Confirmation Column
{:else}
Not Mapped
{/if}
|
{/each}
|---|
| {cell || ''} | {/each}
Showing first 10 rows
{#if sheetsData.sheetData[0] && sheetsData.sheetData[0].length > 3}Scroll horizontally to see all {sheetsData.sheetData[0].length} columns
{/if}