DocumentFormat.OpenXml Make Excel //ExcelHelper.cs using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Spreadsheet; namespace Admin { public class ExcelHelper { /// /// Write excel file of a list of object as T /// Assume that maximum of 24 columns /// /// Object type to pa.. 더보기 이전 1 ··· 3 4 5 6 7 8 9 ··· 69 다음