Change ods_columns configuration from false to true

Closes #19941
This commit is contained in:
Raffaele Mancuso 2025-11-19 15:35:18 +01:00 committed by GitHub
parent dfcf3dd949
commit c4bafce404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,7 @@ final class Export
/**
* ```php
* $cfg['Export']['ods_columns'] = false;
* $cfg['Export']['ods_columns'] = true;
* ```
*/
public bool $ods_columns;