-
Notifications
You must be signed in to change notification settings - Fork 422
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
Add row height (SheetJS/js-xlsx/issues/856) #94
base: master
Are you sure you want to change the base?
Conversation
hey bro, i find that 'xlsx-style' dont work ws['!rows'], i really added it, but it really did not works , how can i solve it, thanls |
linYeeTracy, I did something like:
|
@soldemuth not working, you can show full example ? |
@soldemuth working. I have set
Thanks for fix. |
@tinamore that's great! |
@soldemuth I have modified xlsx.js according to your commit but ws['!rows'] still doesn't work. can you help me , master... |
@tinamore not working, you can show full example ? |
@phostann Have you solved this problem? |
@phostann @nextdooroldwang |
sheet['!rows'] = [{...}]; |
I needed row heights; changes pulled straight from SheetJS/js-xlsx master 0.11.10