Code Monkey home page Code Monkey logo

Comments (6)

weshatheleopard avatar weshatheleopard commented on September 27, 2024

It looks like Unit defines .u method on Object, and that collides with xml.u in rubyXL-1.2.10/lib/rubyXL/writer/styles_writer.rb:140

from rubyxl.

agentydragon avatar agentydragon commented on September 27, 2024

Yes. Nokogiri has a workaround in case someone wanted an element named 'class' or 'object_id' - you can add an underscore at the end of the tag name to disambiguate it. It's not the cleanest solution, but it might work for now...

Do you have an idea about what might be the problem with 'mathn'?

from rubyxl.

weshatheleopard avatar weshatheleopard commented on September 27, 2024

convert_to_cell is extremely poorly written. From a quick look, I deduce the line should be:

col_string += int_val.to_i.chr

Looks like the original author has disappeared. I would take over the project, but I just don't know how it is done on github.

from rubyxl.

agentydragon avatar agentydragon commented on September 27, 2024

If you want to maintain this project and the licence allows copying, you could just fork it, rename it (to avoid confusion with the abadoned original) and push it to RubyGems. If you have the time to put some work into this project, that would be great - it has a clumsy interface and some awkward code, but as far as I know it's the only XLSX writing gem that somehow works...

from rubyxl.

weshatheleopard avatar weshatheleopard commented on September 27, 2024

The problem is, I'm a developer. I want to write code, not to fiddle around with legalities...

from rubyxl.

weshatheleopard avatar weshatheleopard commented on September 27, 2024

OK, with complete rewrite of writers, this (and similar) issues has been eliminated.

from rubyxl.

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.