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

feat!: Added the ability to merge cells with Merge.LEFT #67

Merged
merged 28 commits into from
Dec 14, 2022
Merged

Conversation

DenverCoder1
Copy link
Owner

@DenverCoder1 DenverCoder1 commented Dec 12, 2022

Resolves #59

Example usage

from table2ascii import table2ascii, Merge

output = table2ascii(
    body=[
        ["A", "B", "C", "D"],
        ["E", "Long cell", Merge.LEFT, Merge.LEFT],
    ],
)

print(output)

image

Test with pip install -U git+https://github.com/DenverCoder1/table2ascii.git@merge

@DenverCoder1 DenverCoder1 added the enhancement New feature or request label Dec 12, 2022
@DenverCoder1 DenverCoder1 marked this pull request as ready for review December 12, 2022 09:05
@DenverCoder1 DenverCoder1 changed the title feat: Added the ability to merge cells with Merge.LEFT feat!: Added the ability to merge cells with Merge.LEFT Dec 12, 2022
@DenverCoder1 DenverCoder1 merged commit ea432b5 into main Dec 14, 2022
@DenverCoder1 DenverCoder1 deleted the merge branch December 14, 2022 03:45
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

Successfully merging this pull request may close these issues.

[feature Request] Support for row with less columns
1 participant