We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Add row height (SheetJS/issues/856)
b88b5ad
https://github.com/soldemuth/js-xlsx/tree/add-td-ht (protobi#94)
Sorry, something went wrong.
@soldemuth Working Thanks!!
No branches or pull requests
if I use library js-xlsx
work
if lilbrary xlsx-style, row props ignored in document
The text was updated successfully, but these errors were encountered: