Ask HN: What hosting do you use for personal projects? 17 years ago
Gandi here too, great service.
HN user
Programmer from Geneva Switzerland
Gandi here too, great service.
Geneva, Switzerland
I've used 2 methods:
1: SpreadsheetML: You can output XML which is understood by excel, here is an introduction: http://msdn.microsoft.com/en-us/library/bb226687(office.11).aspx
2: Insert values into an existing template.xls which is accessed with sql using an Oledbconnection. The template can have existing charts which will get updated with the new values.