Closed str-00 closed 2 years ago
Yeah, some of the features are not implemented in CSV. You'll have to use Excel if you want to get such behavior.
We plan on improving CSV, although don't have ETA at the moment. Dynamic resize, config for separators and automatic quoting are some of the planned features.
I have this CSV template where I want a horizontal resize for 3 columns (Line number, Stock item, Qty) by order lines
The horizontal resize is not working and the result shows all order lines in separate rows instead of columns.
CSV template: InvoiceTest.csv Test data: InvoiceJson.txt Result: Result.csv
Also, Is it possible to have a horizontal resize for a group of columns? Instead of having all Line Number columns together, then the Stock Item columns, then Quantity columns. I would like to have a set of columns for each order line.