Skip to main content
Module

x/flat/mod.ts>xlsx.SheetProps

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

Properties

optional
name: string

Name of Sheet

optional
Hidden: 0 | 1 | 2

Sheet Visibility (0=Visible 1=Hidden 2=VeryHidden)

optional
CodeName: string

Name of Document Module in associated VBA Project