handle !rows array #188

Closed
paulish wants to merge 0 commits from master into master
paulish commented 2015-03-04 07:08:38 +00:00 (Migrated from github.com)

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 commented 2015-03-04 07:11:24 +00:00 (Migrated from github.com)

The patch only writes !rows to xlsx. The reading and testing parts are missing. The patch fixes https://github.com/SheetJS/js-xlsx/issues/81

The patch only writes !rows to xlsx. The reading and testing parts are missing. The patch fixes https://github.com/SheetJS/js-xlsx/issues/81
jkurei commented 2017-02-28 17:18:27 +00:00 (Migrated from github.com)

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.

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.

Pull request closed

Sign in to join this conversation.
No description provided.