IE and Excel

  • Thread starter Thread starter ianripping
  • Start date Start date
I

ianripping

Is there anyway of grabbing info from an excel sheet and using it i
IE.

Example - an interest rate is needed for a calculation in IE.

Maybe using java
 
Is there anyway of grabbing info from an excel sheet and using it in
IE.

IE is a web browser. It doesn't have any editing capabilities. How
exactly are you planning to use information inside IE?
 
I have looked at a few ideas and finally used php to store an externa
variable in excel. The php script picks out the cell in the exterrna
excel file and uses it to create a calculation in java
 
Back
Top