Skip to content

Commit

Permalink
Merge pull request #54 from xouqoa/master
Browse files Browse the repository at this point in the history
Update Spreadsheet.cfc thanks for the fix
  • Loading branch information
andyj committed Mar 12, 2014
2 parents a5ea814 + e519f9f commit 14d2f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfpoi/org/cfpoi/spreadsheet/Spreadsheet.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,7 @@
<cfargument name="handleEmbeddedCommas" type="boolean" default="true" />

<cfscript>
var elements = listToArray( arguments.line, arguments.delimiter );
var elements = listToArray( arguments.line, arguments.delimiter, true );
var potentialQuotes = 0;
arguments.line = toString(arguments.line);

Expand Down Expand Up @@ -3016,4 +3016,4 @@
</cffunction>


</cfcomponent>
</cfcomponent>

0 comments on commit 14d2f94

Please sign in to comment.