This topic show you how to Aspose.Diagram allows to convert Visio to Excel formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to CSV with a few lines of code....VSD diagram Diagram diagram = new Diagram ( dataDir + "ExportToCSV...); MemoryStream csvStream = new MemoryStream (); // Save diagram...