ngs-doo / TemplaterExamples

Creating reports in .NET and Java
https://templater.info
The Unlicense
48 stars 27 forks source link

Horizontal resize not working #55

Closed str-00 closed 2 years ago

str-00 commented 2 years ago

I have this CSV template where I want a horizontal resize for 3 columns (Line number, Stock item, Qty) by order lines image

The horizontal resize is not working and the result shows all order lines in separate rows instead of columns. image

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. image I would like to have a set of columns for each order line. image

zapov commented 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.