DocumentServer
DocumentServer copied to clipboard
Formatted table don't extend formula
This issue is unique.
- [X] I have used the search tool and did not find an issue describing my bug.
Operating System
Linux (RPM package)
Version information
7.1.0.215
Expected Behavior
When adding a new row to a formatted-table, the defined functions in the column should be applied to the new row. Same for conditional formatting and data validation
| col_1 | col_2 | col_3 |
|---|---|---|
| 10 | 40 | =A2+B2 |
| 20 | 60 | =A3+B3 |
Actual Behavior
The new row doesn't have any formula nor conditional formatting applied nor data validation
| col_1 | col_2 | col_3 |
|---|---|---|
| 10 | 40 | =A2+B2 |
| 20 | 60 |
Reproduction Steps
- Create a formatted table (Insert/Table)
- Create a row with data
- Add a formula in a column
- Create a new row
Additional information
No response
Hello, @AymericDeschard
This is known issue - 57648 in our private issue tracker. Thank you for report.
Moving this issue to DocumentServer repo, since it's our base product and problem actual there too