vote up 0 vote down star

Do WYSIWYG editors generally have problems editing HTML documents that has been exported by Microsoft programs like Excel?

I'm currently using TinyMCE, and I'm having trouble editing an html document that was saved by Excel. The html file has a lot of inline "mso" css styles, which I'm guessing are microsoft specific. TinyMCE can't render the html doc properly in the editor. Do these things generally break WYSIWYG editors like TinyMCE?

Are there WYSIWYG editors that circumvent these problems?

flag

2 Answers

vote up 0 vote down check

Yes, the MS-specific styles are probably the issue.

The WYSIWYG editor for HTML produced by Excel is Excel. It understands all of the styles and so forth. If you don't want to use Excel as your editor, don't use Excel to produce the HTML in the first place; use something else instead.

link|flag
vote up 0 vote down

Microsoft Frontpage might fare better. I don't have it installed so I can't test that theory.

From a code cleanliness standpoint, it's not a good idea to be exporting from Excel or Word in the first place. I have a hunch that you're receiving the exported file from someone else.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.