using System; using System.Collections.Generic; using System.Text; namespace HH.WMS.Utils.ExcelLibrary.SpreadSheet { public enum CellFormatType { General, Number, Currency, Accounting, Date, Time, DateTime, Percentage, Fraction, Scientific, Text, Special, Custom } }