We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f4508 commit cfbf6e1Copy full SHA for cfbf6e1
1 file changed
README.md
@@ -70,7 +70,7 @@ public function exportData(ExporterInterface $exporter): Response
70
{
71
$query = $this->productRepository->yourQueryMethod();
72
73
- return $exporter->exportCsv($query, ['getName', 'getDescription', ...], 'fileName', ExporterInterface::XLSX); // or 'csv'
+ return $exporter->export($query, ['getName', 'getDescription', ...], 'fileName', ExporterInterface::XLSX); // or 'csv'
74
}
75
```
76
0 commit comments