answersLogoWhite

0


Best Answer

Any data entered on an HTML page has to be interpreted by the server before it can be used. So you're going to need a program on the back-end written in something like PHP or ASP.NET to handle the incoming data. That program would be responsible forwritingdata to the Excel file.

Neither HTML (which has no logic and is nota programming language) nor JavaScript (which does not have access to the hard-drive) are going to be capable of doing this for you.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When you enter data in html page how to save it on Excel file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When you save an excel file as a webpage the file extension will be?

File extensions for web pages usually are .html.


What is the web extension for Microsoft Excel?

MS Excel does not have a web extenstion. The file extenstion is .xls or .xlsx. If you convert a worksheet to HTML, then the extensiton will be .htm or .html.


How do you make a hypertext file?

Go to Notepad, enter HTML, and save the file with an extension of either .htm or .html.


How will you transfer data excel to tally?

Here's the steps to transfer, export, or import tally 7.2 data in excel format.Display->Account Books->Sales Register (Select your specific month or enter date range).Press "Alter+E"Exporting Day Book-> HTML (Web-Publishing)Resolution 1024X768 RecommendedEnter your Output file name like "Sales Register.htm" extension must be (.htm) and set parameter as per your requirement And Export.Now just open exported file ("Sales Register.htm") with internet Explorer and copy all data & paste in Excel.


How can I change document.myform.username.value to a remote HTML file.?

The solution here is to use AJAX to pull the contents of the remote file. You can parse the HTML using JavaScript to get the data you need from it.


What is meta type?

It is an html tag which is placed in head of a file. Basically it is data about the data in the html file. They may appear to be irrelevant but infact if properly used, they can help with google search results and other indexing options.


How do you repair a corrupted file?

You can try following methods-Repair with Open and Repair: File > Open > Select corrupt file > Click Open and Repair > Choose either Repair or Extract data.Open with Open Office: You can try to open your Excel file in Open Office.Save in HTML Format: Open your Excel file and save it in HTML file format. By doing this, you may be able to filter out the corrupted elements.Try 3rd party: You can try third party Microsoft certified partner's Excel repair product.


How do you import Excel spreadsheet into HTML?

You do not really import an excel spreadsheet into HTML. You can SaveAs and select HTML as an option.


What is a block of information stored in an HTML file on a server?

A block of information stored in an HTML file on a server is called a control file. A file may contain program instructions or data, which may be numerical, textual or graphical information.


WHAT does tags do within HTML?

The tags in an HTML document provide a semantic layout for the file. They define what the data is. For instance, the tags define a paragraph.These tags aren't about how the data looks. Instead, the define what the data is.


How can you enter data in more than one line in an HTML form?

You can enter data using the input type of the form. It can be either text or textbox depending on usage.


How do you link an external Excel spreadsheet into a webpage?

Ensure you have access to a Web server.Upload the Excel file to the server by whatever method you choose.Insert a hyperlink to the Excel file in your web page code. If the file is located in the FILE directory, the HTML code would be: sheet.Change the link information to whatever is appropriate for your site.Save the web page file to the server.Test your new link to ensure it works.Close your access to the server.