handle !rows array #188
No reviewers
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#188
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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
What is the state on this issue?
I'm trying to write an xlsx with higher rows, and this code isn't working:
A very similar code, with
wpx
, is working to make columns wider, but no luck with rows.Pull request closed