Thread
:
autofill data from excell dbase into html form offline?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Tim Williams
external usenet poster
Posts: 1,588
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
Reply With Quote
Tim Williams
View Public Profile
Find all posts by Tim Williams