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: show empty table when header is invalid #114

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Conversation

kunfang98927
Copy link
Contributor

Resolves: #113

@kunfang98927 kunfang98927 requested a review from yinanazhou July 12, 2024 01:47
@kunfang98927 kunfang98927 merged commit ca06fd8 into main Jul 12, 2024
2 checks passed
@kunfang98927 kunfang98927 deleted the fix-invalid-header branch July 12, 2024 17:16
kunfang98927 added a commit that referenced this pull request Jul 12, 2024
1. **Optimization:**
  - Optimized MEI validation (PR #121)

2. **Fixes:**
  - Prevented text content from being stored as an image (PR #120)
  - Removed MEI row in `meiData` when cleared (PR #118)
  - Ensured a cell without change doesn't alter save status (PR #116)
  - Displayed empty table when header is invalid (PR #114)

3. **Features:**
  - Added support for new empty files (PR #112)

Refs: PR #121, #120, #118, #116, #114, #112
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.

When the header of uploaded file is not valid, CressTable should be displayed as an empty table
2 participants