Skip to content

Commit

Permalink
Update delimiter section
Browse files Browse the repository at this point in the history
  • Loading branch information
pikant authored Nov 25, 2024
1 parent d98e666 commit 3c7ace6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ By default the `SimpleExcelReader` will assume that the delimiter is a `,`.
This is how you can use an alternative delimiter:

```php
SimpleExcelWriter::create(file: $pathToCsv, delimiter: ';');
SimpleExcelWriter::create($pathToCsv)->useDelimiter(';');
```

#### Getting the number of rows written
Expand Down

0 comments on commit 3c7ace6

Please sign in to comment.