Excel naar HTML

Status
Niet open voor verdere reacties.

allard19

Gebruiker
Lid geworden
20 jul 2010
Berichten
6
Bestaat er iets waar ik een Excel tabel in een html code kan veranderen
 
'k Heb even voor je gegoogled:
1) Volgens mij zit in excel de functie opslaan als: HTML-document. Dan heb je ook de code voor je tabel.

2) Blijkbaar heeft onderstaande persoon ook optie 1 geprobeerd, en die geeft dit aan:
When you save a workbook as HTML, Excel does indeed dump in a load of extra formatting. I don't see any way to avoid that, but you can create your unformatted table in a few simple steps.

Save the Excel file as tab-delimited text, and load the resulting file into Word. Search for tab (^t) and replace each occurrence with </TD><TD>. Search for end-of-line (^p) and replace each instance with </TD></TR>^p<TR><TD>. You now have an extra <TR><TD> on a blank line at the bottom, and the same text missing at the start of the very first line. Move the extra text to the beginning of the first line. Add the <TABLE> tag at the top and </TABLE> at the end and you're ready to copy the document into your HTML page.

3) Zie deze link

Succes
 
Code

Als je hem als HTML opslaat waar kan je dan de code zien?
 
Via de Verkenner: openen in Kladblok (of: Notepad++, die geeft de codes in mooie kleurtjes, en heeft nog meer goede zaken aan boord).

Met vriendelijke groet,
CSShunter
____________
openen in Kladblok, als deze niet direct in de RechtsKlik-opties zit: bestand selecteren, Shift+KlikRechts, dan optie Openen met...
 
Laatst bewerkt:
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan