I've got some csv files to work with. They contain fields which are quite long, and opening them with LO results in very large columns, which are difficult to handle. Setting the column width by hand also has me enabling line wrapping to show the full cell content.
I'm looking for a way to open those files by specifying my intended column width and by enabling line wrapping.
e.g. this is the way to open files with custom input filter parameters:
soffice --infilter=CSV:44,34,UTF8 file.csv
what I need is a way to also specify column widths and enable line wrapping.
If this helps, I think I've narrowed down the scope to:
core/sc/source/ui/dbgui and core/sc/source/ui/inc
but I may be wrong.