Simply open your CSV file in a text editor and check the chars there.
// getFileContents implementation Csv. prototype. getFileContents = function( separator, includePropertyNames) { var textLines = []; // Add the auto-generated header if ( includePropertyNames) { textLines. push( this. propertyOrder. join(…
How to load the data from an external CSV file into a jExcel grid or table. Creating a javascript spreadsheet based on an external CSV
All rights reserved