M
mrafn
Gurus,
Here's what I want to do...
I have a spreadsheet open in a running Excel session. I would then
like to run a Java program that will: detect the running Excel
instance, connect to it(?), and read the data at the cursor position in
the active sheet. The filename of the Excel file is unknown at
runtime, it is simply the currently active workbook/worksheet.
I am looking at Jakarta POI HSSF package, but I don't know if I can
share an open file. Or how I can get the filename of a running
application, let alone the current cursor position. Is this even
possible?
Any help or pointers in the right direction would be ~greatly
appreciated.
TIA
-mark
Here's what I want to do...
I have a spreadsheet open in a running Excel session. I would then
like to run a Java program that will: detect the running Excel
instance, connect to it(?), and read the data at the cursor position in
the active sheet. The filename of the Excel file is unknown at
runtime, it is simply the currently active workbook/worksheet.
I am looking at Jakarta POI HSSF package, but I don't know if I can
share an open file. Or how I can get the filename of a running
application, let alone the current cursor position. Is this even
possible?
Any help or pointers in the right direction would be ~greatly
appreciated.
TIA
-mark