Skip to content

Assessment: Interactive Spreadsheet Preview for Assessment Results - #175

Merged
vprashrex merged 5 commits into
devfrom
feat/assessment-excel-preview
May 22, 2026
Merged

Assessment: Interactive Spreadsheet Preview for Assessment Results#175
vprashrex merged 5 commits into
devfrom
feat/assessment-excel-preview

Conversation

@vprashrex

@vprashrexvprashrex commented May 22, 2026

Copy link
Copy Markdown
Collaborator

Issue: #174

Summary:

  • Integrated Univer (Apache 2.0) to replace the read-only HTML table preview with a full Excel-like spreadsheet — formula support, sorting, filtering, and cell formatting included
  • Removed the 10-row cap on result preview — all rows are now loaded into the spreadsheet.
  • Persisted spreadsheet state (formulas, filters, formatting, sorting) to localStorage per run ID so users do not need to re-apply their analysis on every open

@coderabbitai

coderabbitaiBot commented May 22, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5e9403c7-376c-472c-8ae8-0f2709ed2d9b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/assessment-excel-preview

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@vprashrexvprashrex changed the title chore: add @univerjs/presets dependency to package.jsonAssessment: Interactive Spreadsheet Preview for Evaluation Results (#174)May 22, 2026
@vprashrexvprashrex changed the title Assessment: Interactive Spreadsheet Preview for Evaluation Results (#174)Assessment: Interactive Spreadsheet Preview for Evaluation ResultsMay 22, 2026
@vprashrexvprashrex changed the title Assessment: Interactive Spreadsheet Preview for Evaluation ResultsAssessment: Interactive Spreadsheet Preview for Assessment ResultsMay 22, 2026
@vprashrexvprashrex self-assigned this May 22, 2026
@vprashrex
vprashrex requested a review from Ayush8923May 22, 2026 07:54
@vprashrexvprashrex added enhancement New feature or request ready-for-review labels May 22, 2026
@vprashrexvprashrex linked an issue May 22, 2026 that may be closed by this pull request
Comment threadapp/components/assessment/SpreadsheetModal.tsx
Comment threadapp/components/assessment/SpreadsheetModalInner.tsx Outdated
Comment threadapp/components/assessment/SpreadsheetModalInner.tsx
Co-authored-by: Ayush <80516839+Ayush8923@users.noreply.github.com>
@vprashrex
vprashrex requested a review from Ayush8923May 22, 2026 09:31
@vprashrex
vprashrex merged commit 00d84ce into devMay 22, 2026
2 checks passed
@vprashrex
vprashrex deleted the feat/assessment-excel-preview branch May 22, 2026 09:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or requestready-for-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assessment: Interactive spreadsheet integration

2 participants

@vprashrex@Ayush8923