【修复】修复无法在excel的标题行中定义orientation属性的问题
parent
e0dda1c83c
commit
f8cb21c57f
|
|
@ -411,6 +411,11 @@ namespace Luban.Job.Cfg.Defs
|
||||||
cf.Tags = attrValue;
|
cf.Tags = attrValue;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case "orientation":
|
||||||
|
{
|
||||||
|
cf.IsRowOrient = DefUtil.ParseOrientation(attrValue);
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
throw new Exception($"table:'{table.Name}' file:{file.OriginFile} title:'{f.Name}' attr:'{attrs[i]}' is invalid!");
|
throw new Exception($"table:'{table.Name}' file:{file.OriginFile} title:'{f.Name}' attr:'{attrs[i]}' is invalid!");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue