using System; using System.Collections.Generic; using System.Windows.Forms; using Markdig; using System.IO; using System.Text.RegularExpressions; using System.Data; using System.Linq; using System.Net; using System.Diagnostics; using Excel = Microsoft.Office.Interop.Excel; using System.Xml; namespace AVIDefectImageReview { public partial class ReportForm : Form { private List height_list = new L..