SHEET页名称去空格

parent ce2c5b56
......@@ -78,6 +78,7 @@ public PerSheet Sheet(ISheet sheet, bool isnew)
/// <returns></returns>
public SheetType GetSheetType(string sheetName)
{
sheetName = sheetName.Trim();
if (sheetName.StartsWith("行政中高层"))
return SheetType.Employee;
else if (sheetName.StartsWith("业务中层"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment