Dynamically detect ASIN column from Excel headers

This commit is contained in:
Christian Vidal Wolf
2026-04-09 16:33:05 +02:00
parent 4a6440f58a
commit 22dfa30708
3 changed files with 18 additions and 8 deletions
+1
View File
@@ -6,6 +6,7 @@ export interface AppState {
fileName: string;
fileDate: Date | null;
hasUnsavedChanges: boolean;
asinColumnIndex: number | null;
}
export const COLUMNS = {