I am not good in Java but by trial and error, I got the inline Java to work. I wish we can use XLUtils to make this easier.
Set Author, Title and Category for Excel
If you follow the tutorial, the excel file is created with a default author "Apache POI". Dim jo As JavaObject = Me jo.RunMethod("updateTitle", Array(File.Combine(File.DirApp, "Products.xlsx"), "Products")) jo.RunMethod("updateCategory", Array(File.Combine(File.DirApp, "Products.xlsx")...
www.b4x.com