mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 17:55:25 +02:00
Dynamically detect ASIN column from Excel headers
This commit is contained in:
@@ -6,6 +6,7 @@ export interface AppState {
|
||||
fileName: string;
|
||||
fileDate: Date | null;
|
||||
hasUnsavedChanges: boolean;
|
||||
asinColumnIndex: number | null;
|
||||
}
|
||||
|
||||
export const COLUMNS = {
|
||||
|
||||
Reference in New Issue
Block a user