mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 20:38:20 +00:00
Could not open CSV file containing HTML fragment
We now always trust the file extension to avoid false positive of mime detection for most simple cases. But we still try to guess the mime type if the file extension does not match or is missing. Fixes #564
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"Column A";"<a href=''>Link</a>";"Column C"
|
||||
|
@@ -0,0 +1,3 @@
|
||||
This;Are;Headers
|
||||
Cell A2;Number with comma;25,5
|
||||
Two colons and a comma;B|3;:,:
|
||||
Reference in New Issue
Block a user