Marcus Vinicius Araujo

Results 8 issues of Marcus Vinicius Araujo

Closes #198 The CSV export defaults to UTF-8 but does not set BOM. Excel does not recognize international characters by default without the BOM.

closes #196 The CSV export does not set a delimiter when instantiating `csv_export_writer`. Hence the API assumes `comma`: - https://bit.ly/3FQpKYu - https://bit.ly/3sSzCxi Here in Brazil, Excel "prefers" `semicolon`, and I...

closes #200 One missing export format is SYLK

closes #201 Exports are named 'report-...'. It would be better to use the report name as a basis.

Exports are named 'report-...'. It would be better to use the report name as a basis.

One missing export format is [SYLK](https://en.wikipedia.org/wiki/Symbolic_Link_(SYLK))

The CSV export defaults to UTF-8 but does not set BOM. Excel does not recognize international characters by default without the BOM.

The CSV export does not set a delimiter when instantiating `csv_export_writer`. Hence the API assumes `comma`: - https://bit.ly/3FQpKYu - https://bit.ly/3sSzCxi Here in Brazil, Excel "prefers" `semicolon`, and I propose that...