Giter Site home page Giter Site logo

Comments (1)

jmcnamara avatar jmcnamara commented on June 10, 2024

I've had a look at this in the past (a couple of times) and unfortunately it is too large and complicated to tackle. Some of the issues are:

  • The internal plumbing is quite large and replicates a lot of the data for the target dataset in a number of files. That isn't a deal breaker but Excel does a lot of magic in the UI that hides a lot of complexity in the background.
  • The API would be large (again not really a deal breaker and could be done over time but if you look at the UI in Excel and think about how it could be mapped to a code API you will get a sense of the scale)
  • The main deal breaker is that Excel file format doesn't automatically generate the pivot so it would need to be provided by the user or calculated by the library. Neither of which is trivial. The filtered/pivoted rows also need to be hidden manually/programmatically. That requires replicating the logic of the pivot in the code. (I implemented something similar for autofilters but it would be much harder for pivots).
  • Also, since it hasn't already been implemented in the Python library I don't have the test suite that helps accelerate and validate the new Rust code.

So overall this is a can't/won't fix (more can't than won't since Pivots are a killer feature for Excel).

from rust_xlsxwriter.

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.