jspreadsheet / jspreadsheet/ce
Styles are not applied when pasting across worksheets.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
currently(v5), pasting styles cannot applied across worksheets.
it appears that each worksheet instance has independent "copy"data.
proposal
share "copy"data across worksheets by moving 'data' and 'hashstring', 'style' properties from WorksheetInstance to SpreadsheetInstance.
test
Contributor guide
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
Start with the WorksheetInstance and SpreadsheetInstance handling of copy data, including the data, hashstring, and style properties. Run the paste regression test at test/paste.cjs#L338-L363 and inspect how copying and pasting behave across worksheets. Done means styles are retained when pasting across worksheet instances and the referenced test passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100