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

handle !rows array #188

Closed
wants to merge 1 commit into from
Closed

handle !rows array #188

wants to merge 1 commit into from

Conversation

paulish
Copy link
Contributor

@paulish paulish commented Mar 4, 2015

Add an ability to set !rows array where each row can contain hidden
property and height property in pixels (hpx) or points (hpt).
Add an utility function to convert pixels to points.

Add an ability to set !rows array where each row can contain hidden
property and height property in pixels (hpx) or points (hpt).
Add an utility function to convert pixels to points.
@paulish
Copy link
Contributor Author

paulish commented Mar 4, 2015

The patch only writes !rows to xlsx. The reading and testing parts are missing. The patch fixes #81

@jkurei
Copy link

jkurei commented Feb 28, 2017

What is the state on this issue?

I'm trying to write an xlsx with higher rows, and this code isn't working:

sheet['!rows'] = Array(10).fill({hpx: 100}) // (hpt doesnt work either)

A very similar code, with wpx, is working to make columns wider, but no luck with rows.

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

Successfully merging this pull request may close these issues.

None yet

3 participants