Group subtotals on top #976

Closed
opened 2018-01-29 18:24:00 +00:00 by rama10 · 1 comment
rama10 commented 2018-01-29 18:24:00 +00:00 (Migrated from github.com)

Hi,
when i specify the level in !rows field is there a way to set the position of the subtotals row?
I need to have the subtotals on top.

Thanks!
rama10

Hi, when i specify the level in !rows field is there a way to set the position of the subtotals row? I need to have the subtotals on top. Thanks! rama10
SheetJSDev commented 2021-09-22 06:31:27 +00:00 (Migrated from github.com)

The !outline key of the worksheet object:

ws["!outline"] = {
    above: false, // default below, set to true for above
    left: false // default right, set to true for left
};
The `!outline` key of the worksheet object: ```js ws["!outline"] = { above: false, // default below, set to true for above left: false // default right, set to true for left }; ```
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#976
No description provided.