diff options
Diffstat (limited to 'UI')
-rw-r--r-- | UI/am-list-accounts.odst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/UI/am-list-accounts.odst b/UI/am-list-accounts.odst index 350ea8a9..163fc054 100644 --- a/UI/am-list-accounts.odst +++ b/UI/am-list-accounts.odst @@ -38,4 +38,9 @@ </row> <?lsmb END ?> </worksheet> + <worksheet name="test2" rows='3' columns='1'> + <row><cell text='1' type='number' /></row> + <row><cell text='2' type='number' /></row> + <row><formula text='sum(A1:A2)' type='formula' /></row> + </worksheet> </workbook> |