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

PreambleAppender#appendColumns : prevent systematic table:table-column=1024 #250

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

Commits on Jun 14, 2024

  1. PreambleAppender table:table-column generation

    Use TableModel#columnCapacity instead of MAX_COLUMN_COUNT in
    appendXMLToTable.
    When an ODS contains only one or few columns, it is not desirable to
    export the constant MAX_COLUMN_COUNT=1024 as attribute
    number-columns-repeated.
    On the other hand, the TableModel#columnCapacity knows the initial
    columnCapacity.
    Rguihard committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f1ef49e View commit details
    Browse the repository at this point in the history
  2. extends columnCapacity usage

    columnCapacity must be used even in the case where column headers are
    specified
    Rguihard committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0068e07 View commit details
    Browse the repository at this point in the history