D
D
danykeep2015-07-30 10:06:36
JavaScript
danykeep, 2015-07-30 10:06:36

How to pass form data to .xls?

There is a simple one-page form on HTML5 and CSS3, it is necessary that when you click on the Submit button, the data gets into certain cells in the xls file.
Condition: do without a web server. Maybe JS can?
PS not a programmer, I hope there are ready-made solutions.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Kovalsky, 2015-07-30
@dmitryKovalskiy

Because client-side Javascript doesn't have access to the file system, your task sounds fantastic. However, about 5 years ago, I saw an ancient IE6 that, through either VBScript or Jscript, got access to office COM objects on the client machine. Since this behavior is, to put it mildly, "not safe" - connect server logic

M
mib, 2015-07-30
@mib

It's better to try not JS but VBS - after all, both excel and vbs are microsoft
www.techrepublic.com/forums/questions/vbscript-to-...
And preferably Internet explorer - it is also microsoft.
This is not a ready answer, just a thought.

D
danykeep, 2015-08-03
@danykeep

I found something interesting, though I haven’t used it yet:
habrahabr.ru/post/61563

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question