Skip to content

@sheetkit/node / JsPictureInfo

Interface: JsPictureInfo

Defined in: binding.d.ts:839

Information about a picture retrieved from a worksheet.

Properties

cell

cell: string

Defined in: binding.d.ts:845

Anchor cell reference (e.g., "B2").


data

data: Buffer

Defined in: binding.d.ts:841

Raw image bytes.


format

format: string

Defined in: binding.d.ts:843

Image format extension (e.g., "png", "jpeg").


heightPx

heightPx: number

Defined in: binding.d.ts:849

Image height in pixels.


widthPx

widthPx: number

Defined in: binding.d.ts:847

Image width in pixels.

Released under the MIT / Apache-2.0 License.