vote up 0 vote down star

Hi,

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.

flag

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 at 16:14

1 Answer

vote up 0 vote down check

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

link|flag
I know, but I was looking for someting out of the box. thx anyway – crauscher Jun 30 at 9:08

Your Answer

Get an OpenID
or

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