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

Set outline settings #540

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stramunin
Copy link
Contributor

@stramunin stramunin commented Nov 17, 2024

https://libxlsxwriter.github.io/worksheet_8h.html#a9efae5027e762c9a29f6afa547e4b2db

below - for row
right - for column

In these two examples only the rows are outlined

$excel->outlineSettings(
    true, 
    false, // <-- below
    false
);

1

$excel->outlineSettings(
    true, 
    true, // <-- below
    false
);

2

In Microsoft Excel these settings can be found (https://support.microsoft.com/en-us/office/outline-group-data-in-a-worksheet-08ce98c4-0063-4d42-8ac7-8278c49e9aff):
image

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

Successfully merging this pull request may close these issues.

1 participant