Giter VIP home page Giter VIP logo

Comments (2)

jmcnamara avatar jmcnamara commented on May 28, 2024

When will this module go into CPAN, is there any current plan for an initial official release?

This has become an FAQ so I updated the README a few months ago with this (apart from an unfortunate is/isn't typo that I have to fix):

Note:

This project is effectively abandoned. I don't have the required time or interest to finish it off or get it to CPAN quality.

It is functional and if it meets your requirements then please use it but it is unlikely that it will ever be extended.

Is there a recommended way to get a total count of rows in a worksheet other than actually iterating through the entire worksheet to count and then iterating again to start parsing values?

In the Excel XLSX worksheet sheetN.xml file there is a dimension element near the start of the file that looks like this:

 <dimension ref="A1:A5"/>

The plan was to add a reader for this so that there would be some indication of the potential range of rows.

If the XLSX file is produced by third party software it isn't guaranteed that dimension is present or accurate but for most cases it should be.

With a small bit of work you could probably add it.

from excel-reader-xlsx.

symonsjo avatar symonsjo commented on May 28, 2024

Ok, I see. What would you think would be the minimum requirements to get this up to minimum CPAN quality. If I'm going to start editing it to add features I don't see why I shouldn't look to take it up to the point where I can put it into CPAN? In regards to the possibly missing dimension element an error could be thrown if the dimension element doesn't exist and someone calls $worksheet->row_count();.

from excel-reader-xlsx.

Related Issues (10)

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.