export type Cell = string | number | boolean | undefined; export type XlsxSchema = [number, string][];