Janusz

Results 33 comments of Janusz

could you squash commits into one for easier review?

@amigian74 as far as I can tell there was requested change to ProducerInterface (to not to declare return type with type hint as it is breaking change). I was suggesting...

have you tried to add it to 'choice_options'? All you need to do is to move that `class` config one step up: ```php ->add('del_flg', Field::CHOICE, [ 'label' => '削除状態', 'choices'...

I have feeling #705 might resolve that issue

@esauli as of v2.0.4 you may use Maatwebsite/Excel v3 and new PhpSpreadsheetComponent to export data as Excel files

@rajib3t as of v2.0.4 you may use new PhpSpreadsheetExport component to solve that issue.

@RafaelRodriguesFraga as of v2.0.4 you may use new PhpSpreadSheetComponent to export to Excel files. As for CSV encoding issue as far as I remember MS Excel doesn't like UTF encoded...

How do you change data?

Why it is not yet merged? It seems to be neat one to be introduced

@ukeloop why `tmp`, why not `internal` if those options are not supposed to be exposed in view?