Skip to content
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

Page orientation #344

Open
KofToZ opened this issue Aug 7, 2024 · 3 comments
Open

Page orientation #344

KofToZ opened this issue Aug 7, 2024 · 3 comments

Comments

@KofToZ
Copy link

KofToZ commented Aug 7, 2024

How can I set the page orientation of a sheet to landscape?

@NikkiKurashov
Copy link
Contributor

You can try to use my modification. How can I send you the modified files?

@NikkiKurashov
Copy link
Contributor

   xlsx->currentWorksheet()->setPrintPaperSize(9);
   xlsx->currentWorksheet()->setPrintOrientation(QXlsx::Worksheet::Portrait);
   xlsx->currentWorksheet()->setPrintFitToWidth(1);
   xlsx->currentWorksheet()->setPrintFitToHeight(1);

@NikkiKurashov
Copy link
Contributor

You can download Qxlsx with addons https://github.com/NikkiKurashov/QXlsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants