spreadsheet-builder icon indicating copy to clipboard operation
spreadsheet-builder copied to clipboard

column mode

Open musketyr opened this issue 7 years ago • 1 comments

would be great to be able to work in column mode instead of row

sheet {
    column {
        cell 'Hello'
    }
    column ('H') {
        cell 'World'
    }
}

musketyr avatar Mar 15 '17 14:03 musketyr