B4J Question Get Excel data

tufanv

Expert
Licensed User
Longtime User
Hello,

I read that we can open and get xls and xlsx files into b4j. Is it possible to get data from excel directly without opening a xls file =?
I mean our b4j app and excel software will be open on the same machine. b4j app will get column a1 and a2 data every 5 seconds but excel is not saving files every 5 seconds so we will have to get the data from excel directly ? is this possible ?

Thanks
 

inakigarm

Well-Known Member
Licensed User
Longtime User
You can code a vba excel module that saves the workbook every x seconds and open it from B4J/jPoi (but don't understand exactly which is the scenary)
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
You can enable multi user on your document. Maybe it will be possible then to read the data even when people are working in it. Doubt it tho.
 
Upvote 0
Top