Git Product home page Git Product logo

Comments (6)

ldkingvivi avatar ldkingvivi commented on August 28, 2024 2

Maybe the following ?

# add BOM to suppor CSVs in MS Excel
file_obj.write(u'\ufeff'.encode('utf8'))

from django-queryset-csv.

bhuber avatar bhuber commented on August 28, 2024

It's almost certainly this: https://en.wikipedia.org/wiki/Byte_order_mark . Not sure where it's being added though.

from django-queryset-csv.

steventlamb avatar steventlamb commented on August 28, 2024

Thanks @bhuber @ldkingvivi, you are both correct.

It was decided to always add this in order to support opening CSVs correctly using microsoft excel. This has been tested to work with at least some versions of excel. What program are you using to open your csvs? I have tested opening an export using libreoffice, emacs, and cat. None of them print the BOM.

from django-queryset-csv.

ldkingvivi avatar ldkingvivi commented on August 28, 2024

Microsoft Excel for Mac 2011

from django-queryset-csv.

ldkingvivi avatar ldkingvivi commented on August 28, 2024

if I remove those 2 line codes, it works great, so pretty sure that's the place

from django-queryset-csv.

steventlamb avatar steventlamb commented on August 28, 2024

Unfortunately it looks like there's no way to export a utf-8 encoded csv that will open correctly in excel for mac as well as excel for windows.

Since the current implementation works (wth the added BOM) for Excel for Windows (the common case) as well as with other popular spreadsheet programs and text editors, it will be left as-is.

Please read this post for more information, including instructions for converting CSVs to a format ready for Excel for Mac:
http://stackoverflow.com/questions/6588068/which-encoding-opens-csv-files-correctly-with-excel-on-both-mac-and-windows

from django-queryset-csv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.