I am trying to start working with Excel documents through the OpenXML SDK Spreadsheet API.
But I haven\'t found any good guides or even examples on how to create a xlsx file fro
On MSDN there is now pretty good documentation on all the classes, ie: SpreadsheetDocument and a couple walkthroughs like 'how to create a spreadsheet'.