7 Commits

Author SHA1 Message Date
oleibman 38a8330748 More Extendability for CSV Reader
A follow-up to PR #4837. PR #4827, to which I am not necessarily committed, shows that there could be a use case for letting a user perform customized logic to convert a non-UTF8-encoded CSV. In addition, several other CSV Reader properties require the use of static or locale properties, which is somewhat problematic; this PR allows them to be set as instance variables, falling back to static/locale only when unset.
2026-03-27 16:16:45 -07:00
Reinis Grinbergs 1bb6ae8ae5 Add content types when pass-through 2025-12-13 14:34:14 +01:00
Reinis Grinbergs 7267164c41 pass-through media files and relationship 2025-12-12 09:36:58 +01:00
Reinis Grinbergs f050b8615b add testCommentsAndPassThroughCoexist 2025-11-21 15:34:59 +01:00
Reinis Grinbergs cf40574e68 Add drawingPassThroughEnabled to sheet 2025-11-21 12:21:20 +01:00
Reinis Grinbergs fd3252bcfd Add tests 2025-11-21 09:32:28 +01:00
Reinis Grinbergs f34facfa20 add fix and test 2025-11-14 11:53:12 +01:00