Skip to content

Commit 952b15e

Browse files
committed
add warning
1 parent 3912901 commit 952b15e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

UPGRADE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ To
2929
```php
3030
$writer = SimpleExcelWriter::create(file: $file, delimiter: ';');
3131
```
32+
33+
### Deprecated setting the type manually
34+
35+
In v4 of openspout/openspout it is no longer possible to explicitly set the type.
36+
We still have support for this, but we'll deprecate the method.
37+
38+
```php
39+
$reader = SimpleExcelReader::create('php://input', 'csv');
40+
```
41+
42+
```php
43+
$writer = SimpleExcelWriter::create('php://output', 'csv');
44+
```

0 commit comments

Comments
 (0)