組織モード テーブルの次の条件をどのように表現しますか?
for every cell between the 2nd and 3rd hline:
if the cell is empty,
set the contents of the cell to todays date.
else
leave the cells contents as they are.
したがって、次の表を考えると、空のセルに今日の日付を挿入したいと思います。
|------------------|
| date |
|------------------|
| [2014-05-23 Fri] |
| [2014-05-24 Sat] |
| |
|------------------|