Import Excel Spreadsheet into Wiki Format

Juice Box

Diamond Member
Nov 7, 2003
9,615
1
0
Originally posted by: zerocool1
you can convert an excel file to an html file...

but when I paste the HTML in the wiki, it just shows the code when I post it
 

So

Lifer
Jul 2, 2001
25,923
17
81
Originally posted by: Juice Box
Is it possible to convert a spreadsheet I did in excel to wiki format htm?

can you define 'wiki format htm'?
 

So

Lifer
Jul 2, 2001
25,923
17
81
Originally posted by: Juice Box
Originally posted by: zerocool1
you can convert an excel file to an html file...

but when I paste the HTML in the wiki, it just shows the code when I post it

I think what you may need to do is get it in comma seperated value format, then use a *good* text editor (like textpad or one of the many others) to replace the commas with whatever wiki uses for tabs...
 

Juice Box

Diamond Member
Nov 7, 2003
9,615
1
0
Originally posted by: So
Originally posted by: Juice Box
Is it possible to convert a spreadsheet I did in excel to wiki format htm?

can you define 'wiki format htm'?

well, the format of the table that was there went something like this

{| border="1" cellpadding="2"
| '''Title A'''
| '''Title B'''
| '''Title C'''
|-
| Answer A
| Answer B
| Answer C
|}

when i save my excel doc as an html it puts a ton more code in than that