-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to control summaryBelow or summaryRight #424
Comments
Hi, did you ever find a solution to this? We ran into the same problem. I have no clue where to start if we wanted to try setting the manually. |
We traced the bug into their code but the fix wasn’t totally straightforward and we decided that we didn’t want to maintain it so we switched libraries.
Howard
… On Jan 24, 2018, at 11:52 AM, Alex Koehler ***@***.***> wrote:
Hi, did you ever find a solution to this? We ran into the same problem. I have no clue where to start if we wanted to try setting the manually.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks for the quick response. We may take a crack at this in a fork and will send them a PR if successful. Just curious, what library did you switch to? We started with SheetJS (https://github.com/SheetJS/js-xlsx) but had a bad experience. |
We used Excel4node instead for output formatting. I didn’t like sheetjs either.
… On Jan 24, 2018, at 12:49 PM, Alex Koehler ***@***.***> wrote:
Thanks for the quick response. We may take a crack at this in a fork and will send them a PR if successful. Just curious, what library did you switch to? We started with SheetJS (https://github.com/SheetJS/js-xlsx <https://github.com/SheetJS/js-xlsx>) but had a bad experience.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#424 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEEf--rz0xBdH1FGGKq3OwIunYkrxsJ6ks5tN5dugaJpZM4P-Pv9>.
|
I took a stab at this in a PR. |
Published in 0.9.0 |
Excel offers the option for outlined rows to collapse either to the top or bottom of the section (summaryBelow) and columns to collapse to either the left or right of the section (summaryRight). Exceljs supports outline but does not provide a way to set the outline direction.
The text was updated successfully, but these errors were encountered: