Really slow performance - 45,000 cells
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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