fix(libreoffice): suppress auto-generated page header for CSV conversions

This commit is contained in:
Julien Neuhart
2026-06-05 17:19:29 +02:00
parent 5558e43821
commit 9ab39b6fca
6 changed files with 76 additions and 5 deletions

3
test/integration/testdata/sheet.csv vendored Normal file
View File

@@ -0,0 +1,3 @@
Name,Amount
Alice,100
Bob,200
1 Name Amount
2 Alice 100
3 Bob 200