-
```
What steps will reproduce the problem?
Normal CSVWriter, is it possible to open csv file attach new line of data at
the end of the file and close filewriter
What is the expected output? What do …
-
```
What steps will reproduce the problem?
Normal CSVWriter, is it possible to open csv file attach new line of data at
the end of the file and close filewriter
What is the expected output? What do …
-
I've been using CsvHelper since ver. 2. Recently I've upgraded to 6.0.0.0 and noticed great performance degradation for write and little less degradation for read (using ClassMap).
My data class
…
-
Dear all,
I have noticed a significant difference between the added mass force from WaterLily when using a moving domain, compared to a moving body (see figure). Interestingly, after the accelerati…
-
It would be nice to be able to get various statistics about tags for the **hashes I have on file** (not the PTR in general). Should have some common export formats like CSV for further analysis. I …
-
This was possible with original library:
```
using (var workbook = new XLWorkbook(XLEventTracking.Disabled))
{
var report = workbook.AddWorksheet("Report");
…
-
I have the following data model and trying to generate csv report that would have headers `User, Product, Video 1, Video 2.. Video5`
where the "Video 1" to "Video 5" would be the actual title of the …
-
I saw this come up in a few issues, but I was unable to find any relating to writing a csv. Hopefully this isn't a complete duplicate..
Anyway, I'm writing to csv and it's working on all platforms …
-
Hi, I need to convert the "workbook.xlsx" previously read from a stream, to csv format to be able to write it in another stream. Currently what I have is the following
```
async transformExcelTo…
-
In previous versions, `csv.Configuration.HasHeaderRecord = false;` would prevent a CsvWriter from printing a header.
In the current version, `csv.Context.Configuration.HasHeaderRecord = false;` no …