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

Update of DEMO31 as advised in #558 #744

Merged
merged 4 commits into from May 19, 2021
Merged

Conversation

AlexandreHT
Copy link
Contributor

Set_auto_size needs lo_worksheet->calculate_column_widths( ) to work

Set_auto_size needs lo_worksheet->calculate_column_widths( ) to work
Copy link
Member

@AndreaBorgia-Abo AndreaBorgia-Abo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! I ran into #646 a while ago and this looks like a compact solution, thanks.
Tested with LibreOffice, by the way.

@dbausch85
Copy link

I think ZCL_EXCEL_WRITER_2007->CREATE_XL_SHEET (Row 461) is wrong.

IF NOT lo_column_iterator IS BOUND

should be changed to:

IF lo_column_iterator IS BOUND

Same game for ZCL_EXCEL_WRITER_HUGE_FILE (Row 306).

@AndreaBorgia-Abo
Copy link
Member

@dbausch85 how is it related to this PR?

@AlexandreHT
Copy link
Contributor Author

@dbausch85 I don't see how your comment is related to this PR, I just changed zdemo_excel31 to make it work.

@gregorwolf gregorwolf merged commit 85dd442 into abap2xlsx:master May 19, 2021
@gregorwolf
Copy link
Collaborator

Thank you @AlexandreHT for the contribuiton

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.

None yet

4 participants