Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

andreapollastri's avatar

Nova 4 - ExportAsCsv::formatUsing Issue

Hi Nova team, I'm playing with Nova 4, and you have done a great job! Congratulation ;)

I don't know if I'm doing something wrong but implementing a custom CSV Export (following Nova Documentation: https://nova.laravel.com/docs/4.0/resources/#csv-export), I'm having this issue: "Method Laravel\Nova\Actions\ExportAsCsv::formatUsing does not exist.". Is it an issue?

Hope to hear from you soon!

Best, Andrea

0 likes
3 replies
wingly's avatar

If you want to report an issue for Nova this is not the right place you can go to https://github.com/laravel/nova-issues and open one. Make sure that you call the method as the docs instruct it's not a static method.

1 like
internetbug256's avatar

Hi there. I am doing a very basic use of the withFormat() method, but the export is misbehaving. CSV is cut to a blank row, or only some columns are exported, even not all the rows are exported. Anyone else experiencing the same? I might have to go back to the old maatwebsite Larvel Nova Excel we used in Nova 3.0 ...

Please or to participate in this conversation.