Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
rowNumber?: number
[src]

The row number where the error was detected.

§
sheet?: string
[src]

The name of the sheet where the error was detected.