Coder Social home page Coder Social logo

excel-parser's People

Contributors

cv avatar gitter-badger avatar nvenky avatar siegerveenstra avatar tobyclemson avatar vershinin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

excel-parser's Issues

add @Inherited to @ExcelObject

The @ExcelObject cannot be used on an abstract class because the annotations are not inherited, nor does the reflection search for fields in the superclass. Adding @inherited would enable the annotations to persist to child objects.

Problem with

Hello,

"SheetParser" class is not visible from jar when using this dependancy :

<dependency>
    <groupId>org.javafunk</groupId>
    <artifactId>excel-parser</artifactId>
    <version>1.0.1</version>
</dependency>

Cheers.

How it works if I don't know the 'end' property value?

I've understood it works well if I definitely know the start and end properties of @ExcelObject, but what about if I don't ? For instance, I only know the start, I've no idea about the end. Can I loop a set of rows/columns ? And how to set the break condition?

Incorrect package imported in version 1.0.1

When version 1.0.1 is imported into project (via jar or maven dependency), the package still imports package version 1.0, as seen below, the ExcelField.java does not have ValidationType enum and other 1.0.1 related attributes

parser-issue

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.