Inserting Rows #301

Closed
opened 2015-09-14 15:06:54 +00:00 by acgentry · 3 comments
acgentry commented 2015-09-14 15:06:54 +00:00 (Migrated from github.com)

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.

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.
jabooth commented 2016-01-10 10:10:25 +00:00 (Migrated from github.com)

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 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.
mrodal commented 2017-09-07 17:19:23 +00:00 (Migrated from github.com)

This is basic spreadsheet handling, it's a must!
Great work by the way

This is basic spreadsheet handling, it's a must! Great work by the way
SheetJSDev commented 2018-01-09 08:02:16 +00:00 (Migrated from github.com)

The new sheet_add_json and sheet_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.

The new `sheet_add_json` and `sheet_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.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#301
No description provided.