up vote 0 down vote favorite
share [g+] share [fb]

is there a way to move the data from an excel sheet to a word document and reformat it. I'd like the data in the first column to be formatted as 'Heading1' and the data in the second column to be formatted as 'Normal'.

So that every row results in a header and a content, but without a table itself.

link|improve this question

Do you have any language requirements? This is probably doable w/ VBA using the Office COM objects but it might be easier with some of the .NET Office libraries. – Mark Biek Jun 29 '09 at 16:14
feedback

1 Answer

up vote 0 down vote accepted

Depending on the Office file formats, you may be able to do an XML XSLT transform.

link|improve this answer
I know, but I was looking for someting out of the box. thx anyway – crauscher Jun 30 '09 at 9:08
feedback

Your Answer

 
or
required, but never shown

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