Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Russian Excel problem in encoding #10

Open
KanybekMomukeyev opened this issue Mar 13, 2017 · 2 comments
Open

Russian Excel problem in encoding #10

KanybekMomukeyev opened this issue Mar 13, 2017 · 2 comments

Comments

@KanybekMomukeyev
Copy link

Hi, thanks for great library!
Have some issues:

(1) I have some problems in text encoding in Russian excel file, what can cause this issue?
(2) Also, it would be best to write some performance test, because in large files it's working slowly.

img_2017-03-13 12 23 10

@KanybekMomukeyev
Copy link
Author

KanybekMomukeyev commented Mar 13, 2017

Performance test like this one, when there is 1000 objects in array

for (index, orderCSV) in orderCSVs.enumerated() {

                        csv.append([orderCSV.orderId, orderCSV.orderDate, orderCSV.orderType,
                                    orderCSV.customerSupplierName, orderCSV.orderDiscount, orderCSV.orderTotalPrice,
                                    orderCSV.staffName, orderCSV.billingNo, orderCSV.comment])
                        
                                                   }                         
                    }

`

@Nero5023
Copy link
Owner

Can you give me some examples, so that I can test and fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants