SwiftCSVExport icon indicating copy to clipboard operation
SwiftCSVExport copied to clipboard

Swift CSV Export is rich features framework and it helpful to read and write CSV in simple way.

Results 5 SwiftCSVExport issues
Sort by recently updated
recently updated
newest added

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...

It's not supporting Turkish characters. And also CVS format is not correct. I'm using Excel 2019. ![image](https://user-images.githubusercontent.com/36764954/146372159-cdcd2b7c-8668-47c1-a0eb-807a7874f390.png) This is the Turkish characters. **ı, ğ, İ, Ğ, ç, Ç, ş, Ş,...

in your current case you have handled csv which exports data in horizontal way like header1, header2 etc and then values followed below like value1,value2 etc. Now how can i...

Why hard coded that values have to be in " "? Most have not.

Need help with CSV Export: Exporter is Merging the data in Single Row. Not able to find out the root cause here: Data passed on to the csvexporter in mutable...