ImportRowErrorXlsxErrorDetails
import type { ImportRowErrorXlsxErrorDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
Error details for an XLSX file.
interface ImportRowErrorXlsxErrorDetails {
rowNumber?: number;
sheet?: string;
}