Hi
I have workbook.xml and i want to use this as template to generate new excel file. Can you please let me know how can i do that.
Thanks in advance
What is in the XML file? Is it just data or is it XML from another Open XML spreadsheet?
i am writing data from workbook.xml to the excel file. it is sheetdata with multiple rows and columns in it. i am using OpenXML SDK 1.0
Thanks
Shirish
I recently create a blog post (Creating Pivot Tables, Part 1) that shows how to set cell values in a spreadsheet. It is still not clear to me if that is what you want or not.