Re: Help on POI JVM Languages Kotlin

2018-06-07 Thread Nick Burch

On Wed, 6 Jun 2018, Luiz Oliveira wrote:

I just finish some code in Kotlin using Apache POI and I see that you need
a want some of this. The repository here https://github.com/
luizleiteoliveira/kotlin-poi-example

How can I add my code on POI website?


Do you mean adding a Kotlin section to 
https://poi.apache.org/poi-jvm-languages.html ?


If so, is this the right file to add to the page?
https://github.com/luizleiteoliveira/kotlin-poi-example/blob/master/src/main/java/com/example/kotlinpoi/poi/entity/ExcelKotlinExample.kt
And any text / build guides / etc to go with it?

Thanks
Nick

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



Help on POI JVM Languages Kotlin

2018-06-07 Thread Luiz Oliveira
Hi everyone,

I just finish some code in Kotlin using Apache POI and I see that you need
a want some of this. The repository here https://github.com/
luizleiteoliveira/kotlin-poi-example

How can I add my code on POI website?

Regards,
Luiz