Hello <@UFT11FKSP> thank your support, I am really...
# kvision
m
Hello @Robert Jaros thank your support, I am really looking for a guide for reading data and writing from an excel file using Kvision, there is no much information that can help me so far. I have a good knowledge of kotlin and wanted to learn web development using kvison.
r
I don't have any experience working with Excel files from JavaScript. But I think you should look at this library: https://github.com/SheetJS/sheetjs
You will need to create some externals for Kotlin/JS or even work with dynamic typings, but it should be possible.
As an alternative you can consider building a fullstack application, and process excel files on the server with a Java library like Apache POI.
m
Thank you I think I will go with the alternative thank you so much @Robert Jaros