vaadin / vaadin/spreadsheet

Really slow performance - 45,000 cells

Open
#670 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
50
Forks
53
Avg merge
1d 21h
Merged PRs (30d)
1

Description

WRITE CELLS w/Styles: ~10 seconds
loop through hashMap:
Cell newCell = spreadsheet.createCell(row, col, cellValue);
newCell.setCellStyle(someStyle);

AUTO-FIT COLUMNS: ~6 seconds
for 14 columns
spreadsheet.autofitColumn(colNumber);

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the reported workload using the createCell/setCellStyle loop for 45,000 cells and autofitColumn across 14 columns. Compare timings for cell creation, styling, and column autofit; done should include a demonstrated performance improvement for the reported operations, with regression coverage if the repository provides a suitable test location.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.