Re: [PHP] Spreadsheet_Excel_Reader problem
[email protected] (Mattias Thorslund)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Paul M Foster wrote: > I process a lot of CSV files, and what I typically see is that Excel > will enclose fields which might contain commas in quotes. This gets > messy. So I finally wrote a C utility which parses the file and yields > tab-delimited records without the quotes. > > Paul > And fgetcsv() didn't work for you? http://www.php.net/fgetcsv Cheers, Mattias