Pages

Sunday 20 February 2011

Java2word in numbers statistics

Java2word started in August 2010. Since then, I have spent many hours of my own time to implement this code. There has been a lot of collaboration from people all over the world. 


Last 30 days: 
  • Visits: 850  
  • Pageviews: 3,189 

At all times(7 months):
  • Visits: 3,429
  • Pageviews: 15,146

Now we have style, fluent interface, over 92% test coverage.
Unfortunately I can't fit cucumber here...


TODO:
  • Knock off some cyclomatic complexity
  • Get to 100% test coverage
  • Make font-size work
  • Implement bullet points


I decide to write in one unit test that uses all elements of the API. This works like a documentation/demonstration  of what can be done with java2word.


Take a look at the project page and search (ctrol + f) for "testJava2wordAllInOne"

https://code.google.com/p/java2word/



thanks everyone for helping!

Leonardo Correa
 

2 comments:

  1. Parabéns, gostei do componente, estou querendo utilizar, gostaria de saber se tem a possibilidade de abrir um documento existente, olhando a API não consegui ver esta funcionalidade.

    Muito Obrigado.

    ReplyDelete
  2. Falae ibMoreno,

    yeah, it is not possible to use existing document. Java2word was made to build word documents from scratch.

    If you need to use a template, there could be a workaround. If you read the template as xml or String, you can replace the content, I think.

    Java2word is very simple: it builds the XML that MS Word understands, just that...

    I will think about templates or open existing documents. You are not the first one to ask about it

    abraco

    Leonardo

    ReplyDelete