提交导表相关功能
This commit is contained in:
@@ -664,6 +664,7 @@ public sealed class ExcelExporter
|
||||
|
||||
Task.WaitAll(exportToBinaryTasks.ToArray());
|
||||
}
|
||||
|
||||
private void GenerateBinary(string fileInfoFullName, ExcelWorksheet excelWorksheet, DynamicConfigDataType dynamicInfo, List<int> cols, string id, int row, bool isLast, bool isServer)
|
||||
{
|
||||
if (cols == null || IsNullOrEmpty(id) || cols.Count <= 0 || dynamicInfo?.ConfigType == null)
|
||||
@@ -718,6 +719,7 @@ public sealed class ExcelExporter
|
||||
dynamicInfo.Json.AppendLine($"{json},");
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 从 Excel 文件加载工作表并返回 ExcelWorksheet 对象。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user