• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Import Excel Spreadsheet into Wiki Format

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...
 
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
 
Back
Top