Mentor
- 50,514
- 26,563
If the cell might contain general text that may include commas and quotes, it gets messy.harborsparrow said:You'll want to check each cell's worth of data for commas, and if you surround each cell with ", you'll want to watch for and handle that in each data item also. It's not that hard to do--takes a bit of tinkering--and if you treat it like a plain text file and handle it yourself, it will continue to work no matter what version of libraries or Excel comes along in a few years.