Skip to main content
Module

x/flat/src/xlsx.ts>xlsx.CellAddress

A collection of postprocessing utilities for flat
Latest
interface xlsx.CellAddress
import { type xlsx } from "https://deno.land/x/flat@0.0.15/src/xlsx.ts";
const { CellAddress } = xlsx;

Simple Cell Address

Properties

c: number

Column number

r: number

Row number