GithubHelp home page GithubHelp logo

javadoc2xls's People

Contributors

codacy-badger avatar ikeyat avatar

Stargazers

 avatar

Watchers

 avatar  avatar

javadoc2xls's Issues

Support Java11

Since Java9, tools.jar was removed.
javadoc2xls depends on tools.jar. So, it is impossible to compile on Java11.

Furthermore, Doclet API was deprecated since java10.
https://image.slidesharecdn.com/java10-180329095905/95/java-10-15-638.jpg?cb=1522318063
Since Java9, new Javadoc API was released.
http://openjdk.java.net/jeps/221

One solution is continuing to use legacy and deprecated Doclet API on Java11.
Other solution is to replace it to new one including breaking changes (so it will be done at new major version).

Improve output file name variable

Currently, only id ({0}) and Test class name ({1}) are available.
It's better if cell variables (e.g. #className) are available for output file name.

Convert HTML tags option

Sometimes HTML tags are included in javadoc. Those are often obstacle.
Add an option to convert HTML javadoc to Excel cell with rich text.

Error when Excel template has fomula or numeric

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:test-javadoc (default-cli) on project sample: An error has occurred in Test JavaDocs report generation:
[ERROR] Exit code: 1 - javadoc: エラー - docletクラスjp.ikeyat.tools.javadoc2xls.Javadoc2XlsDocletでは、メソッドstartは例外java.lang.reflect.InvocationTargetExceptionをスローしました
[ERROR] java.lang.IllegalStateException: Cannot get a text value from a numeric cell
[ERROR] at org.apache.poi.xssf.usermodel.XSSFCell.typeMismatch(XSSFCell.java:882)
[ERROR] at org.apache.poi.xssf.usermodel.XSSFCell.getRichStringCellValue(XSSFCell.java:309)
[ERROR] at org.apache.poi.xssf.usermodel.XSSFCell.getStringCellValue(XSSFCell.java:260)
[ERROR] at jp.ikeyat.tools.javadoc2xls.report.TestListBook.seekHead(TestListBook.java:47)
[ERROR] at jp.ikeyat.tools.javadoc2xls.report.TestListBook.<init>(TestListBook.java:38)
[ERROR] at jp.ikeyat.tools.javadoc2xls.Javadoc2XlsDoclet.execute(Javadoc2XlsDoclet.java:84)
[ERROR] at jp.ikeyat.tools.javadoc2xls.Javadoc2XlsDoclet.start(Javadoc2XlsDoclet.java:29)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:310)
[ERROR] at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:189)
[ERROR] at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:366)
[ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:219)
[ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:205)
[ERROR] at com.sun.tools.javadoc.Main.execute(Main.java:64)
[ERROR] at com.sun.tools.javadoc.Main.main(Main.java:54)

Resize cells after rendering

Sometimes, text overflows out of cells.
It's better to resize cells automatically in such cases.

Is it possible with Apache POI?

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.