interface Table2SheetOpts implements CommonOptions, DateNFOption, OriginOptionimport { type Table2SheetOpts } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/sheetjs.ts"; Propertiesoptionalraw: booleanIf true, plaintext parsing will not parse values optionalsheetRows: numberIf >0, read the first sheetRows rows optionaldisplay: booleanIf true, hidden rows and cells will not be parsed optionalsheet: stringOverride the worksheet name optionalUTC: booleanIf true, interpret date strings as if they are UTC. By default, date strings are interpreted in the local timezone.