Home Reference Source
import {Row} from 'better-xlsx/src/row.js'
public class | source

Row

Row of the sheet.

const row = sheet.addRow();
row.setHeightCM(0.8);

Member Summary

Public Members
public

Row height

Method Summary

Public Methods
public

Create a cell and add it into the Row.

public

Set height of the Row with cm unit.

Public Members

public height: Number source

Row height

Public Methods

public addCell(): Cell source

Create a cell and add it into the Row.

Return:

Cell

public setHeightCM(ht: Number) source

Set height of the Row with cm unit.

Params:

NameTypeAttributeDescription
ht Number

Height with cm unit