I have Data stored in DataTables and I'm trying to write that data into a .xlsx file, with multiple sheets. I don't how to go about it. Thanks
            Asked
            
        
        
            Active
            
        
            Viewed 841 times
        
    1 Answers
0
            
            
        Among many others, one way could be to use Visual Studio Tools for Office (VSTO) to remote-control Excel. Another way would be to create an empty template XSLX file and fill that using OLEDB, for example described here. Or you could use one of the many libraries out there that do that.
 
    
    
        Thorsten Dittmar
        
- 55,956
- 8
- 91
- 139
