Skip to content

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.

3 participants