excel-parser icon indicating copy to clipboard operation
excel-parser copied to clipboard

Annotated Excel parsing library to simplify parsing excel sheet in JAVA

Results 9 excel-parser issues
Sort by recently updated
recently updated
newest added

Dear repository maintainers, I am developing a model designed to automatically generate concise and accurate summaries for open-source repositories. This model is intended to produce a one-sentence summary that briefly...

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...

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...

When parsing a numeric field as a string it's formatted to a number with one digit. In my opinion parsing the value as a string should return the raw value...

![image](https://user-images.githubusercontent.com/10005563/30049511-9e26ae78-924d-11e7-8be9-80faba51ada6.png) ![image](https://user-images.githubusercontent.com/10005563/30049540-ae70e3de-924d-11e7-8afd-664c4da1893f.png) My gradle file, for your reference.

Hello, "SheetParser" class is not visible from jar when using this dependancy : ``` org.javafunk excel-parser 1.0.1 ``` Cheers.

delete parameter "sheetName",because it never used