Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
VaskaDagamas opened this issue Oct 24, 2017 · 2 comments
Closed

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

VaskaDagamas opened this issue Oct 24, 2017 · 2 comments

Comments

@VaskaDagamas
Copy link

VaskaDagamas commented Oct 24, 2017

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

soldemuth added a commit to soldemuth/js-xlsx that referenced this issue Nov 23, 2017
@soldemuth
Copy link

@Krishnakanth94
Copy link

Krishnakanth94 commented Apr 30, 2018

@soldemuth Working Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants