would be great to be able to work in _column_ mode instead of _row_ ``` sheet { column { cell 'Hello' } column ('H') { cell 'World' } } ```