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

[FIX] xlsx export: always show error column #82

Open
wants to merge 5 commits into
base: 14.0
Choose a base branch
from

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    a91fd26 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Revert "[IMP] rely on base_jsonify to generate parser"

    This reverts commit 811c531.
    kevinkhao committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    5988303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b4117 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    91df647 View commit details
    Browse the repository at this point in the history
  2. [FIX] Always show error column on excel file generation and export.

    When adding data validator ranges, inserting a column doesn't update the ranges.
    Thus they break. This commit fixes this by always generating the error columns first
    and taking it into account when calculating every other position.
    kevinkhao committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    e019564 View commit details
    Browse the repository at this point in the history