-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Set sheet margins #167
Comments
Hi, can you just confirm that what you want to do is set the page margins of a specified sheet when printed? If so then yes, that should be possible. I will need to create some new methods to handle that. |
Thanks! Currently I extend the cfc to call setMargin method of POI, but it would be to have the function inside the library. |
OK, I'll try and add support for that in the develop branch as soon as I get time. My instinct is to have separate methods for each type of margin, e.g. |
I've added 6 new methods:
Could you please download the develop branch and test? Thanks. |
It worked perfectly! Thank you very much! |
Is there a way to set worksheet margin?
I would create a Excel file and setup everything so user could open and print. Now I could almost do anything I would but margin.
I checked all functions and could not find a method to set margin.
Is there a way to do it?
The text was updated successfully, but these errors were encountered: