-
Notifications
You must be signed in to change notification settings - Fork 76
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
use "auto" for setRowheights #367
Comments
Hi @David-Rattray , it looks like it was never merged. Would you like to carry the pull request over and try it out? |
Hi @JanMarvin, yeah I would love to give it a whirl. However, I'm very unfamiliar with github. I'll see if I can figure out how to do that. |
Thanks, let me know if there's anything I can help you with on the openxlsx side of things. For GitHub there are countless guides how to do things, there will be one answering your questions :) |
@JanMarvin I've been following the contribution guidelines for openxlsx: After that I'm going to try and figure out how to bring @DavidBreuer 's code from the pull request into a new pull request here. |
I'd say just start playing with the code :) Fixing things like warnings is a chore for after the implementation. No need to fix stuff only to realize that it doesn't work as expected. |
@JanMarvin Managed to straighten out some of the problems, however test-encoding, and test-styles still produce errors when running the check. I've tried using it to produce a report, however I encounter an error (with Rcpp I think) See if I can figure it out, but if you have any ideas or suggestions that would be appreciated! |
Hi @David-Rattray , if you could open a PR I can have a look. Simply push your changes to your fork of |
@JanMarvin Yeah I'll do that in a moment, I think its the row_heights_ = NULL part of the write_worksheet_xml_2. |
I'll have a look, but maybe on the weekend. Thanks for pushing this forward :) |
@JanMarvin hope I'm not bugging you. Just put together a minimal reproducible example for me at least.
I'll try and poke around a bit myself too |
No your not bugging me, it's just that I'm currently focusing on another project and switching back and forth is not always helpful. I'll get to it and thanks for the example. |
Hello, I've tried using this in the latest version (4.2.5.2) and it's still not working. I'm assuming no one has had time to update it yet? No pressure - I just want to make sure I'm not just using it wrong. Thanks |
I would also love to see this feature implemented. Please consider merging if the code is functional. |
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Hello,
It seems like it was already done at one point, but is not present in the current version of openxlsx.
awalker89/openxlsx#382
This feature would be incredibly useful. Not sure what happened to it.
I'm using openxlsx 4.2.5
Thank you for all your great work!
The text was updated successfully, but these errors were encountered: