Skip to content

@sheetkit/node / JsPictureInfo

Interface: JsPictureInfo

Defined in: binding.d.ts:848

Information about a picture retrieved from a worksheet.

Properties

cell

cell: string

Defined in: binding.d.ts:854

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


data

data: Buffer

Defined in: binding.d.ts:850

Raw image bytes.


format

format: string

Defined in: binding.d.ts:852

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


heightPx

heightPx: number

Defined in: binding.d.ts:858

Image height in pixels.


widthPx

widthPx: number

Defined in: binding.d.ts:856

Image width in pixels.

Released under the MIT / Apache-2.0 License.