View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default autofill data from excell dbase into html form offline?

"Robin Hood" <Robin wrote in message
...
Is there a way to autofill data from a csv excell database into an
html form
client side( offline) I am using javascript



You can create and automate an Excel session from within an HTML page
using javascript (security settings permitting).
Load the csv file into Excel then transfer the data to your form cell
by cell.

What do you mean by "offline"? A standalone HTML "application"? What
do you do with the form once it's populated?

Tim