Inserting Rows #301
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#301
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I believe this is a big ask, but I am wondering if in the utilities or cell objects there is a way to insert a row into a worksheet and have all corresponding formulas and current cells be updated for their coordinates?
Apologies in advance for a stupid question.
This feature would be so useful. Likewise, I'm new to the project, and not sure if this request is considered too high level for what you are trying to achieve, but surely it would be a feature that would be useful for many many people.
This is basic spreadsheet handling, it's a must!
Great work by the way
The new
sheet_add_json
andsheet_add_aoa
helper functions can modify existing worksheet objects. You can control what data is being added and where it will be added in the worksheet. See #947 for an example.