SwiftCSVExport icon indicating copy to clipboard operation
SwiftCSVExport copied to clipboard

How to handle comma in address ?

Open vic3lpl opened this issue 6 years ago • 2 comments

Hi,

after I export an address string to excel I found it split it into 2 column. example my address is "No 10-20, Tmn Kinrara" but in excel it make "No 10-20" into 1 column and make "Tmn Kinrara" inside another column.

anyway to solve it ?

vic3lpl avatar Nov 05 '18 09:11 vic3lpl

@vic3lpl , Can you please try latest version 2.3.0. I hope latest version will solve your problem.

vigneshuvi avatar Mar 13 '20 09:03 vigneshuvi

I used the latest version pod 'SwiftCSVExport' , '= 2.6.0' # Latest Xcode 12 but still I'm facing the same issue

milanpanchal avatar Feb 03 '22 08:02 milanpanchal