Skip to content

"xlsx-style" don't work ws['!rows'] = wsrows;, how fix it? #856

@VaskaDagamas

Description

@VaskaDagamas

if I use library js-xlsx

var wsrows = [
	{hpt: 12}, // "points"
	{hpx: 16}, // "pixels"
	,
	{hpx: 24, level:3},
	{hidden: true}, // hide row
	{hidden: false}
];
ws['!rows'] = wsrows;

work
if lilbrary xlsx-style, row props ignored in document

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions