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 breaks? #53

Open
thedude61636 opened this issue Sep 16, 2024 · 3 comments
Open

Page breaks? #53

thedude61636 opened this issue Sep 16, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@thedude61636
Copy link

is there a way to add a page break?
cannot find it in the docs

@salvois
Copy link
Owner

salvois commented Sep 22, 2024

Hi @thedude61636 ,
at present there is no feature for page breaks.
I'm keeping this issue open as a feature request. Please feel free to create a pull request if interested.

@salvois salvois added the enhancement New feature or request label Sep 22, 2024
@thedude61636
Copy link
Author

Alright, any hint on where can I start or how can I find out the object to write in the excel file?

@dgosbell
Copy link

@thedude61636 - I would suggest the following:

  1. create a simple file in excel with a couple of lines of text that are easy to search for eg:
abc123
def456
  1. Save this as something like no-breaks.xlsx
  2. then put a page break between the two lines and save the file with a different name eg page-breaks.xlsx
  3. the rename these two xlsx files to .zip and unzip them into separate folders
  4. then use a comparison tool like Winmerge to compare the files in the two folders

This should allow you to see what changes Excel made in the internal xml in order to insert a page break

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

No branches or pull requests

3 participants