Giter VIP home page Giter VIP logo

Comments (14)

mlh758 avatar mlh758 commented on May 3, 2024 5

@xuri The xls spec if pretty heavy duty and entirely different from reading xlsx. I think it would be reasonable to say we won't support the legacy xls format and close this and the related issues.

from excelize.

asadrajput2 avatar asadrajput2 commented on May 3, 2024 4

@xuri Any update yet?

from excelize.

KiddoV avatar KiddoV commented on May 3, 2024 2

I'd really like to know, why are you using xls instead of xlsx in 2023? Is it macro support?

Same on this issue's comment here: #341 (comment)
That's because my company is still using the XLS format as a default instead. Sadly! :(

from excelize.

lunny avatar lunny commented on May 3, 2024 1

see https://github.com/extrame/xls

from excelize.

zepyrshut avatar zepyrshut commented on May 3, 2024 1

So we have to use a totally different library for xls? Hmm.. 🤔

It seems that you have to use a different library. The other one is easy to use. If you are going to use it, consider that it has a incorrect master branch tagging and you will have to go get github.com/extrame/xls/xls@4a6cf263071b975a90abf74ca3e804b48243be28

from excelize.

mlh758 avatar mlh758 commented on May 3, 2024 1

xlsx was introduced with Microsoft office 2007 and can be read with zip + xml parsers. It supports far more rows and allows for compression.

xls is a binary format, is limited to ~65k rows, and parsing it requires an entirely separate set of tools: https://interoperability.blob.core.windows.net/files/MS-XLS/%5bMS-XLS%5d.pdf

I'd really like to know, why are you using xls instead of xlsx in 2023? Is it macro support?

from excelize.

mlh758 avatar mlh758 commented on May 3, 2024 1

I really don't see this getting added to the library due to the complexity involved. Like I said, it's not a similar implementation at all.

Java has Apache POI: https://poi.apache.org/ which is probably your most complete, free option.

There's a go wrapper for libxls: https://github.com/godzie44/go-xls

Over on the C# side if you have Windows there are some free libraries that support interop to office and can do conversion. If you're not on Windows (and that's unlikely for your server, and probably a risk to install there anyway) there are some paid libraries.

There's also a Python library: https://pypi.org/project/xlrd/

from excelize.

xuri avatar xuri commented on May 3, 2024

@CodyGuo Thanks for your issue. The legacy XLS use Object Linking and Embedding (OLE) format, it's completely different with OOXML and can't be supported by the same code. To support this feature maybe needs to evaluate.

from excelize.

CodyGuo avatar CodyGuo commented on May 3, 2024

@xuri Thank you, waiting for your good news.

from excelize.

stardustliu avatar stardustliu commented on May 3, 2024

a conclusions yet?

from excelize.

KiddoV avatar KiddoV commented on May 3, 2024

Any update on this topic? I really need to read xls file instead, due to business format usage.

from excelize.

zepyrshut avatar zepyrshut commented on May 3, 2024

see https://github.com/extrame/xls

Thank you!!!

from excelize.

KiddoV avatar KiddoV commented on May 3, 2024

So we have to use a totally different library for xls? Hmm.. 🤔

from excelize.

KiddoV avatar KiddoV commented on May 3, 2024

The github.com/extrame/xls lib is too old now and has a lot of bugs. The biggest/critical bug I think is extrame/xls#56 that, I don't think will get fixed soon.

If this lib is not support all functionalities for XLS, maybe make a conversion function somehow to convert it to XLSX so we can use this lib in peace? :)

from excelize.

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.