OpenXML SDK Spreadsheet starter kits
Posted
by JWendel
on Stack Overflow
See other posts from Stack Overflow
or by JWendel
Published on 2009-05-05T09:24:11Z
Indexed on
2010/05/03
18:48 UTC
Read the original article
Hit count: 557
I am trying to start working with excel documents through the OpenXML SDK Spreadsheet API. But I havent found any good guides or even examples on how to create a xlsx file from scratch. Only how to open an existing document and modify it.
I have been thinking on having a empty template document and make a copy of it an then begin my proccessing on it. But it doesent feel right. It might be easier but I not comfortable using a technique I dont feel that I understand "pretty" good atleast.
So my question is: Anyone has any god tips on articles or books or any other type of resource that explains the API.
Thanks in advance. /johan
© Stack Overflow or respective owner