spreadsheet-builder
spreadsheet-builder copied to clipboard
column mode
would be great to be able to work in column mode instead of row
sheet {
column {
cell 'Hello'
}
column ('H') {
cell 'World'
}
}