interface Sheet2JSONOpts implements DateNFOptionimport { type Sheet2JSONOpts } from "https://deno.land/x/lume@v2.4.1/deps/sheetjs.ts"; Propertiesoptionalheader: "A" | number | string[]Output format optionalrange: anyOverride worksheet range optionalblankrows: booleanInclude or omit blank lines in the output optionaldefval: anyDefault value for null/undefined values optionalraw: booleanif true, return raw data; if false, return formatted text optionalskipHidden: booleanif true, skip hidden rows and columns optionalrawNumbers: booleanif true, return raw numbers; if false, return formatted numbers optionalUTC: booleanIf true, return dates whose UTC interpretation is correct By default, return dates whose local interpretation is correct