-
Notifications
You must be signed in to change notification settings - Fork 47
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
16.0 fix export formula vsc #3364
Conversation
d69117d
to
a168455
Compare
@robodoo rebase-ff |
I'm sorry, @VincentSchippefilt: you can't method=rebase-ff. |
@fw-bot up to saas-16.4 |
Forward-porting to 'saas-16.4'. |
4f7fb11
to
b46b7eb
Compare
b46b7eb
to
a7dd7ef
Compare
Before this fix the test "Can instantiate a spreadsheet with a given client id-name" failed frequently on my machine. Using jest's fake timers for those tests (timers are used in the debounce) fixed the issue Task: 3618912
before this commit, the exported formulas contained line returns. It woudn't show properly in google sheet. after this commit, the line returns have been removedd Task: 3618912
35e3f0b
to
cc06c59
Compare
Excel does not support unbound references like A3:3 or C3:C. This commit transforms them to A3:XX3 and C3:CXX where XX is the last column or row of the sheet. Task: 3618912
cc06c59
to
74b5e5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
robodoo r+ rebase -ff
@VincentSchippefilt @LucasLefevre because this PR has multiple commits, I need to know how to merge it:
|
robodoo rebase-ff |
Merge method set to rebase and fast-forward. |
Before this fix the test "Can instantiate a spreadsheet with a given client id-name" failed frequently on my machine. Using jest's fake timers for those tests (timers are used in the debounce) fixed the issue Task: 3618912 Part-of: #3364
before this commit, the exported formulas contained line returns. It woudn't show properly in google sheet. after this commit, the line returns have been removedd Task: 3618912 Part-of: #3364
Excel does not support unbound references like A3:3 or C3:C. This commit transforms them to A3:XX3 and C3:CXX where XX is the last column or row of the sheet. closes #3364 Task: 3618912 Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
@VincentSchippefilt @LucasLefevre this pull request has forward-port PRs awaiting action (not merged or closed): |
@VincentSchippefilt @LucasLefevre this pull request has forward-port PRs awaiting action (not merged or closed): |
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export.
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. closes #3616 Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Vincent Schippefilt (vsc) <[email protected]>
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. X-original-commit: 0ed2720
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. X-original-commit: 0ed2720
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. closes #3621 X-original-commit: 0ed2720 Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Vincent Schippefilt (vsc) <[email protected]>
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. closes #3620 X-original-commit: 0ed2720 Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Vincent Schippefilt (vsc) <[email protected]>
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. X-original-commit: 0ed2720
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. closes #3622 X-original-commit: 0ed2720 Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Vincent Schippefilt (vsc) <[email protected]>
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. X-original-commit: 0ed2720
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. closes #3623 X-original-commit: 0ed2720 Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Vincent Schippefilt (vsc) <[email protected]>
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. X-original-commit: 201aea7
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. closes #3625 X-original-commit: 201aea7 Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Vincent Schippefilt (vsc) <[email protected]>
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. X-original-commit: aed5b96
In the PR #3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. closes #3626 X-original-commit: aed5b96 Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Vincent Schippefilt (vsc) <[email protected]>
In the PR odoo/o-spreadsheet#3364 I try to fix the export to excel of unbound zones by fixing them. However I have not taken into account the normal expor in spreadsheet that is done when generating snapshot. This fix keeps the unbound zones in snapshots, while convert them into bound zones in excel export. closes odoo/o-spreadsheet#3616 Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Vincent Schippefilt (vsc) <[email protected]>
Description:
description of this task, what is implemented and why it is implemented that way.
Task: : 3618912
review checklist