@sheetkit/node / JsPictureInfo
Interface: JsPictureInfo
Defined in: binding.d.ts:763
Information about a picture retrieved from a worksheet.
Properties
cell
cell:
string
Defined in: binding.d.ts:769
Anchor cell reference (e.g., "B2").
data
data:
Buffer
Defined in: binding.d.ts:765
Raw image bytes.
format
format:
string
Defined in: binding.d.ts:767
Image format extension (e.g., "png", "jpeg").
heightPx
heightPx:
number
Defined in: binding.d.ts:773
Image height in pixels.
widthPx
widthPx:
number
Defined in: binding.d.ts:771
Image width in pixels.