Altered table mode behavior such that if there is a header line, i.e.
the first line of the table is separated by a border with the rest of
the table, then it is not taken into account for formulas and cell
arithmetic
This commit is contained in:
Dhruva Sagar
2014-08-15 09:40:29 +05:30
parent 8683146a5f
commit 761a67b36b
3 changed files with 8 additions and 35 deletions

View File

@@ -4,4 +4,4 @@
| Tomatoes | 5 |
| Pasta | 100 |
| Total | 0 |
/* tmf: $5,2=Sum(1:-1) */
/* tmf: $4,2=Sum(1:-1) */