:rocket: I've been working on kexcel, a lightweigh...
# feed
s
🚀 I've been working on kexcel, a lightweight Kotlin library for reading, writing, and parsing Excel files, written purely in Kotlin. It's still a work in progress, but I've open-sourced it early to share the progress and gather feedback from the community. This library is a Kotlin port of Dart Excel library, bringing a familiar API and capabilities to the Kotlin ecosystem. If you're interested, feel free to check it out, try it, or contribute! 🔗 github.com/ShreyashKore/kexcel
👍 6
👍🏻 1
K 3
a
Looks interesting. Apache poi is not bad, but it is JVM locked so it limits its usability in KMP.
s
Thanks... That was the motivation behind this project 😄