Skip to content

Commit

Permalink
Merge pull request #179 from pikant/fix-delimiter-doc
Browse files Browse the repository at this point in the history
Update documentation on how to use custom delimiter
  • Loading branch information
Nielsvanpach authored Nov 25, 2024
2 parents d98e666 + 3c7ace6 commit ff93066
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 ff93066

Please sign in to comment.