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

LT-21672: Add Tables to Word Export #14

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Commits on Mar 21, 2024

  1. LT-21672: Add Tables to Word Export

    This adds the basic table data, without styling. Styling
    will be added in a separate change.
    Tables cannot be added to a paragraph, they need to be added
    directly to a Body. So, the majority of this change was to
    not create paragraphs until the end of the process; when we
    are in AddEntryData().
    What previously was a single paragraph for
    the Entry, could now be multiple paragraphs if there are one or
    more tables not at the end of the Entry.
    
    Change-Id: I4923a87c014c2c4f51159d37d22404fceb64e5f9
    mark-sil committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4d4e6d6 View commit details
    Browse the repository at this point in the history