Hi, I have a question on how best to get xhtml into excel. let the user edit it in excel and then get back to xhtml at the end.
The background is that I have a web app in which the texts are stored in xhtml. These I can export to an excel file with the html in the excel cell.
I can also reimport this cell back to xhtml but the problem I have is that for editing it is very difficult to use for a normal user as the html is simply text in the excel cell.
Is this the wrong approach and should I just use a custom app with multiple html editors but the users would prefer an excel document they can easily exchange and work on offline.
Here is a sample xml but it could be any xhtml which the user enters in the html editor (tinymce) with xhtml strict. I assume there is no html editor plugin for excel. I've never heard of one and haven't been able to find one as this would be the simplest solution..
Review
* A Bullet: The impact of
* A bullet 2: Test text
Heading
* Bullet: text
* Bullet: Text
Anybody have any ideas? Thanks, Crocked